PredOperand Class
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.
Class for predicate operand. A predicate operand can be an event column or a pred_source.
public sealed class PredOperand : Microsoft.SqlServer.Management.XEvent.Predicate
type PredOperand = class
inherit Predicate
Public NotInheritable Class PredOperand
Inherits Predicate
- Inheritance
Constructors
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. |
Properties
OperandObject |
Get the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo. |
TypeName |
Gets TypeName of the Operand. |
TypePackageId |
Gets TypePackageID of the Operand. |
Methods
ToString() |
Returns a String that represents the current PredOperand. |