Event.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 Event 
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.

请参阅

参考

Event 类

Microsoft.SqlServer.Management.XEvent 命名空间