다음을 통해 공유


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

매개 변수

반환 값

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

참고 항목

참조

Event 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스