Share via


Session.IdentityKey Property

Gets the identity key of the session.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Session.Key 
    Get
'Usage
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

Property Value

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

See Also

Reference

Session Class

Microsoft.SqlServer.Management.XEvent Namespace