TraceReader.IsClosed 속성

Gets the Boolean property value that specifies whether the trace reader is closed.

네임스페이스:  Microsoft.SqlServer.Management.Trace
어셈블리:  Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)

구문

‘선언
Public ReadOnly Property IsClosed As Boolean 
    Get
‘사용 방법
Dim instance As TraceReader 
Dim value As Boolean 

value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () sealed;
}
abstract IsClosed : bool 
override IsClosed : bool
final function get IsClosed () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the trace reader is closed.If True, the trace reader is closed.If False (default), the trace reader is open.

구현

IDataReader.IsClosed

Readme_Tracer

참고 항목

참조

TraceReader 클래스

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한