Compartir a través de


XEStore.IdentityKey Propiedad

Gets an SfcKey for the XEStore object.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As XEStore.Key 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.XEStore.Key
Returns an SfcKey.

Comentarios

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.

Vea también

Referencia

XEStore Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent