Session.IdentityKey 属性

Gets the identity key of the session.

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

语法

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

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.Session.Key
Returns the identity key.

请参阅

参考

Session 类

Microsoft.SqlServer.Management.XEvent 命名空间