Metodo Event.RemoveAction

Removes an Action object from the Session object.

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

Sintassi

'Dichiarazione
Public Function RemoveAction ( _
    action As Action _
) As Boolean
'Utilizzo
Dim instance As Event 
Dim action As Action 
Dim returnValue As Boolean 

returnValue = instance.RemoveAction(action)
public bool RemoveAction(
    Action action
)
public:
bool RemoveAction(
    Action^ action
)
member RemoveAction : 
        action:Action -> bool
public function RemoveAction(
    action : Action
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
Returns True if the action is found and removed; otherwise, False.

Vedere anche

Riferimento

Event Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent