Event.RemoveAction(Action) 方法

定義

這樣會移除遊戲過程中的動作。

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

參數

action
Action

作。

傳回

若動作被發現並移除,則為 false。

適用於