次の方法で共有


IsStarted プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
ReadOnly Property IsStarted As Boolean
    Get
'使用
Dim instance As ITrace
Dim value As Boolean

value = instance.IsStarted
bool IsStarted { get; }
property bool IsStarted {
    bool get ();
}
abstract IsStarted : bool
function get IsStarted () : boolean

プロパティ値

型: System. . :: . .Boolean