Compartir a través de


TypeInfo.IdentityKey Propiedad

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

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

Valor de la propiedad

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

Vea también

Referencia

TypeInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent