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
)
매개 변수
- parent
유형: Microsoft.SqlServer.Management.XEvent.Event
The parent object of XEvent object.
- actionInfo
유형: Microsoft.SqlServer.Management.XEvent.ActionInfo
The ActionInfo object that defines the Action object.