dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / State Property

In This Topic
    State Property (OracleTrace)
    In This Topic
    Gets a value that indicates which trace modes are active.
    Syntax
    'Declaration
     
    Public ReadOnly Property State As TraceState
    public TraceState State {get;}

    Property Value

    One of the TraceState values.
    Remarks
    Indicates whether the SQL trace, the PL/SQL trace or both are active.
    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