Propriété Event.IdentityKey

Gets the IdentityKey property.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Event.Key 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Event Classe

Espace de noms Microsoft.SqlServer.Management.XEvent