SessionTrace.IsStarted 속성

Gets the status of a session trace from a SessionTrace object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property IsStarted As Boolean 
    Get
‘사용 방법
Dim instance As SessionTrace 
Dim value As Boolean 

value = instance.IsStarted
[BrowsableAttribute(false)]
public bool IsStarted { get; }
[BrowsableAttribute(false)]
public:
virtual property bool IsStarted {
    bool get () sealed;
}
[<BrowsableAttribute(false)>]
abstract IsStarted : bool
[<BrowsableAttribute(false)>]
override IsStarted : bool
final function get IsStarted () : boolean

속성 값

유형: System.Boolean
true if the session has been started; else false.

구현

ITrace.IsStarted

참고 항목

참조

SessionTrace 클래스

Microsoft.AnalysisServices 네임스페이스