Свойство 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
Значение свойства
Тип 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.