Partager via


Propriété Target.IdentityKey

Gets the identity key of a Target object.

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

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.Target.Key
An integer value that contains the identity key.

Voir aussi

Référence

Target Classe

Espace de noms Microsoft.SqlServer.Management.XEvent