dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleHAEventSource Enumeration

In This Topic
    OracleHAEventSource Enumeration
    In This Topic
    Indicates the source of a HA event.
    Syntax
    'Declaration
     
    Public Enum OracleHAEventSource 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleHAEventSource : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    DatabaseThe source of an event is a database.
    InstanceThe source of an event is an instance.
    NodeThe source of an event is a node.
    ServiceThe source of an event is a service.
    ServiceMemberThe source of an event is a service member.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleHAEventSource

    See Also