Конструктор 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