Proprietà EventInfo.IdentityKey
Gets the identity key.
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventInfo.Key
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
An EventInfo.Key object.