SfcInstance.State Property
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.