Proprietà Event.Actions

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

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Action))> _
Public ReadOnly Property Actions As ActionCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Event Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent