Event.IdentityKey 属性

Gets the IdentityKey property.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Event.Key 
    Get
用法
Dim instance As Event 
Dim value As Event.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public Event.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Event.Key^ IdentityKey {
    Event.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Event.Key
function get IdentityKey () : Event.Key

属性值

类型:Microsoft.SqlServer.Management.XEvent.Event.Key
The key object for the event.

请参阅

参考

Event 类

Microsoft.SqlServer.Management.XEvent 命名空间