Partager via


Propriété TargetInfo.IdentityKey

Gets the identity key of a TargetInfo 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 TargetInfo.Key 
    Get
'Utilisation
Dim instance As TargetInfo 
Dim value As TargetInfo.Key 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.TargetInfo.Key
Returns an SfcKey.

Notes

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

Voir aussi

Référence

TargetInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent