State 속성
컬렉션 집합의 상태를 가져옵니다.
네임스페이스: 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
실행 중이거나 중지된 컬렉션 집합의 현재 상태를 반환합니다.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.