Share via


Action 생성자 (Event, ActionInfo)

Initializes a new instance of the Action class from the parent event and an ActionInfo object.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
Public Sub New ( _
    parent As Event, _
    actionInfo As ActionInfo _
)
‘사용 방법
Dim parent As Event 
Dim actionInfo As ActionInfo 

Dim instance As New Action(parent, _
    actionInfo)
public Action(
    Event parent,
    ActionInfo actionInfo
)
public:
Action(
    Event^ parent, 
    ActionInfo^ actionInfo
)
new : 
        parent:Event * 
        actionInfo:ActionInfo -> Action
public function Action(
    parent : Event, 
    actionInfo : ActionInfo
)

매개 변수

참고 항목

참조

Action 클래스

Action 오버로드

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