PredOperand Constructors

Definition

Overloads

PredOperand(DataEventColumnInfo)

Initializes a new instance of the PredOperand class with event column.

PredOperand(PredSourceInfo)

Initializes a new instance of the PredOperand class with Pred_source.

PredOperand(DataEventColumnInfo)

Initializes a new instance of the PredOperand class with event column.

public PredOperand (Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo eventColumn);
new Microsoft.SqlServer.Management.XEvent.PredOperand : Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo -> Microsoft.SqlServer.Management.XEvent.PredOperand
Public Sub New (eventColumn As DataEventColumnInfo)

Parameters

eventColumn
DataEventColumnInfo

The event column.

Applies to

PredOperand(PredSourceInfo)

Initializes a new instance of the PredOperand class with Pred_source.

public PredOperand (Microsoft.SqlServer.Management.XEvent.PredSourceInfo sourceInfo);
new Microsoft.SqlServer.Management.XEvent.PredOperand : Microsoft.SqlServer.Management.XEvent.PredSourceInfo -> Microsoft.SqlServer.Management.XEvent.PredOperand
Public Sub New (sourceInfo As PredSourceInfo)

Parameters

sourceInfo
PredSourceInfo

The source info.

Applies to