Propriété XEStore.IdentityKey

Gets an SfcKey for the XEStore 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 XEStore.Key 
    Get
'Utilisation
Dim instance As XEStore 
Dim value As XEStore.Key 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.XEStore.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

XEStore Classe

Espace de noms Microsoft.SqlServer.Management.XEvent