EventField.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 EventField 
Dim value As SfcObjectState 

value = instance.State
[SfcIgnoreAttribute]
public SfcObjectState State { get; }
[SfcIgnoreAttribute]
public:
property SfcObjectState State {
    SfcObjectState get ();
}
[<SfcIgnoreAttribute>]
member State : SfcObjectState
function get State () : SfcObjectState

属性值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
The state of the object.

请参阅

参考

EventField 类

Microsoft.SqlServer.Management.XEvent 命名空间