SfcInstance.State 속성
Returns the state of the SfcInstance object.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Protected Friend Property State As SfcObjectState
Get
Friend Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
A SfcObjectState object that specifies the current state of the SfcInstance object.