Freigeben über


State-Eigenschaft

Ruft den Status des Sammlungssatzes ab.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectState
Gibt den aktuellen Status des Sammlungssatzes zurück, d. h., ob er ausgeführt wird oder beendet wurde.

Hinweise

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