Partager via


Propriété SfcInstance.State

Returns the state of the SfcInstance object.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Friend Property State As SfcObjectState 
    Get 
    Friend Set
'Utilisation
Dim value As SfcObjectState 

value = Me.State
protected internal SfcObjectState State { get; internal set; }
protected public:
property SfcObjectState State {
    SfcObjectState get ();
    internal: void set (SfcObjectState value);
}
member State : SfcObjectState with get, internal set
function get State () : SfcObjectState 
internal function set State (value : SfcObjectState)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
A SfcObjectState object that specifies the current state of the SfcInstance object.

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc