Compartir a través de


Event.Actions Propiedad

Gets the actions for the XEvent object constructed by the user.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Action))> _
Public ReadOnly Property Actions As ActionCollection 
    Get
'Uso
Dim instance As Event 
Dim value As ActionCollection 

value = instance.Actions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Action))]
public ActionCollection Actions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Action))]
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Action))>]
member Actions : ActionCollection
function get Actions () : ActionCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.XEvent.ActionCollection
The EventInfo object for the Event object.

Vea también

Referencia

Event Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent