Event.SetEventInfo(EventInfo) Method

Definition

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.

Applies to