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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also