Event.RemoveAction(Action) Methode

Definition

Entfernt die Aktion aus der Sitzung.

public bool RemoveAction(Microsoft.SqlServer.Management.XEvent.Action action);
member this.RemoveAction : Microsoft.SqlServer.Management.XEvent.Action -> bool
Public Function RemoveAction (action As Action) As Boolean

Parameter

action
Action

Die Aktion.

Gibt zurück

"true", wenn die Aktion gefunden und entfernt wird, andernfalls "false".

Gilt für: