Target.State 속성
Gets the state of the object used in Alter function in session.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property State As SfcObjectState
Get
‘사용 방법
Dim instance As Target
Dim value As SfcObjectState
value = instance.State
[SfcIgnoreAttribute]
public SfcObjectState State { get; }
[SfcIgnoreAttribute]
public:
virtual property SfcObjectState State {
SfcObjectState get () sealed;
}
[<SfcIgnoreAttribute>]
abstract State : SfcObjectState
[<SfcIgnoreAttribute>]
override State : SfcObjectState
final function get State () : SfcObjectState
속성 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
The state of the object.