PredOperand Constructors
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.
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.