Condividi tramite


Proprietà State

Ottiene lo stato del set di raccolta.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property State As SfcObjectState
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectState
Restituisce lo stato corrente del set di raccolta che può essere in esecuzione o arrestato.

Osservazioni

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