Compartir a través de


EventColumnInfo.IdentityKey Propiedad

Gets the SfcKey of an EventColumnInfo 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 EventColumnInfo.Key 
    Get
'Uso
Dim instance As EventColumnInfo 
Dim value As EventColumnInfo.Key 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
The identity key as 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

EventColumnInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent