dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleFailoverEventsArgs Class / Type Property

In This Topic
    Type Property (OracleFailoverEventsArgs)
    In This Topic
    Specifies the type of failover.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As OracleFailoverType
    public OracleFailoverType Type {get;}

    Property Value

    An OracleFailoverType.
    Remarks
    Look at OracleFailoverType mebers for failover types description.
    See Also