Event.RemoveAction 메서드
Removes an Action object from the Session object.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Function RemoveAction ( _
action As Action _
) As Boolean
‘사용 방법
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
매개 변수
- action
유형: Microsoft.SqlServer.Management.XEvent.Action
The Action object to be removed.
반환 값
유형: System.Boolean
Returns True if the action is found and removed; otherwise, False.