다음을 통해 공유


CollectionSet.IsRunning 속성

Gets the Boolean property value that indicates whether or not the collection set is running.

네임스페이스:  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
A Boolean value that specifies if the collection is running.If True, the collection set is running.If False, the collection set is not running.

주의

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

참고 항목

참조

CollectionSet 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스