Condividi tramite


Proprietà Session.IdentityKey

Gets the identity key of the session.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

Session Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent