Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.