Event.SetEventInfo(EventInfo) 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 EventInfo for a pending Event.
public void SetEventInfo (Microsoft.SqlServer.Management.XEvent.EventInfo eventInfo);
member this.SetEventInfo : Microsoft.SqlServer.Management.XEvent.EventInfo -> unit
Public Sub SetEventInfo (eventInfo As EventInfo)
Parameters
- eventInfo
- EventInfo
An instance of EventInfo
Exceptions
if the Event object is not in pending state.
if the input eventInfo is null.