Compartir a través de


EventInfo.IdentityKey Propiedad

Gets the identity key.

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 EventInfo.Key 
    Get
'Uso
Dim instance As EventInfo 
Dim value As EventInfo.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public EventInfo.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property EventInfo.Key^ IdentityKey {
    EventInfo.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EventInfo.Key
function get IdentityKey () : EventInfo.Key

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
An EventInfo.Key object.

Vea también

Referencia

EventInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent