PredOperand Class

Definition

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
PredOperand

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.

Applies to