IsStarted プロパティ
セッション トレースの状態を SessionTrace オブジェクトから取得します。
名前空間: 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、開始されていない場合は false です。