다음을 통해 공유


CollectionSet.State 속성

Gets the state of the collection set.

네임스페이스:  Microsoft.SqlServer.Management.Collector
어셈블리:  Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)

구문

‘선언
Public ReadOnly Property State As SfcObjectState 
    Get
‘사용 방법
Dim instance As CollectionSet 
Dim value As SfcObjectState 

value = instance.State
public SfcObjectState State { get; }
public:
property SfcObjectState State {
    SfcObjectState get ();
}
member State : SfcObjectState
function get State () : SfcObjectState

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
Returns the current state of the collection set, which is either running or stopped.

주의

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

참고 항목

참조

CollectionSet 클래스

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