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.