Propriété PredSourceInfo.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 PredSourceInfo.Key 
    Get
'Utilisation
Dim instance As PredSourceInfo 
Dim value As PredSourceInfo.Key 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
Returns the key as a PredSourceInfo.Key object.

Voir aussi

Référence

PredSourceInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent