Compartir a través de


ActionInfo.IdentityKey Propiedad

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

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
A Action.Key object that identifies an ActionInfo object.

Vea también

Referencia

ActionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent