Compartir a través de


Event.IdentityKey Propiedad

Gets the IdentityKey property.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Event.Key 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Event Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent