PredOperand Class
Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Microsoft.SqlServer.Management.XEvent::Predicate
Microsoft.SqlServer.Management.XEvent::PredOperand
| Name | Description | |
|---|---|---|
![]() | PredOperand(DataEventColumnInfo^) | Initializes a new instance of the PredOperand class from the eventColumn parameter. |
![]() | PredOperand(PredSourceInfo^) | Initializes a new instance of the PredOperand class from the sourceInfo parameter. |
| Name | Description | |
|---|---|---|
![]() | OperandObject | Gets the object used to construct the operand. The object should be an instance of T:Microsoft.SqlServer.Management.XEvent. DataEventColumnInfo or T:Microsoft.SqlServer.Management.XEvent. PredSourceInfo. |
![]() | TypeName | Gets the type name. |
![]() | TypePackageId | Gets the type package ID. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current PredOperand object.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

