Compartilhar via


Propriedade do RDL EventInfo.IdentityKey

Gets the identity key.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

EventInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent