Partilhar via


Propriedade do RDL Event.IdentityKey

Gets the IdentityKey property.

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 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 da propriedade

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

Consulte também

Referência

Event Classe

Namespace Microsoft.SqlServer.Management.XEvent