共用方式為


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 命名空間