Propriété EventInfo.IdentityKey
Gets the identity key.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EventInfo.Key
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.EventInfo.Key
An EventInfo.Key object.