State Propiedad

Returns the state of the SfcInstance object.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Friend Property State As SfcObjectState
    Get
    Friend Set
'Uso
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)

Valor de la propiedad

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