Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns the state of the SfcInstance object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Property State As SfcObjectState
Get
Friend Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
A SfcObjectState object that specifies the current state of the SfcInstance object.