Condividi tramite


Proprietà Target.IdentityKey

Gets the identity key of a Target object.

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 Target.Key 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Target Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent