Action.SetActionInfo(ActionInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the ActionInfo for a pending Action.
public void SetActionInfo (Microsoft.SqlServer.Management.XEvent.ActionInfo actionInfo);
member this.SetActionInfo : Microsoft.SqlServer.Management.XEvent.ActionInfo -> unit
Public Sub SetActionInfo (actionInfo As ActionInfo)
Parameters
- actionInfo
- ActionInfo
an instance of ActionInfo
Exceptions
if the Action object is not in pending state.
if the input actionInfo is null.