共用方式為


IsRunning 屬性

取得 Boolean 屬性值,指出收集組是否正在執行。

命名空間:  Microsoft.SqlServer.Management.Collector
組件:  Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property IsRunning As Boolean
    Get
    Private Set
'用途
Dim instance As CollectionSet
Dim value As Boolean

value = instance.IsRunning
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsRunning { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsRunning {
    bool get ();
    private: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsRunning : bool with get, private set
function get IsRunning () : boolean
private function set IsRunning (value : boolean)

屬性值

型別:System. . :: . .Boolean
Boolean 值,指定收集是否正在執行。
如果為 True,表示收集組正在執行。
如果為 False,表示收集組並未執行。

備註

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.