Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the Action class from the parent event and an ActionInfo object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As Event, _
actionInfo As ActionInfo _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.XEvent.Event
The parent object of XEvent object.
- actionInfo
Type : Microsoft.SqlServer.Management.XEvent.ActionInfo
The ActionInfo object that defines the Action object.