Compartir a través de


EventField.IdentityKey Propiedad

Gets the identity key for an EventField object.

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

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.EventField.Key
An integer that contains the identity key.

Vea también

Referencia

EventField Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent