PredOperand Class

Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredOperand

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public NotInheritable Class PredOperand _
    Inherits Predicate
'Usage
Dim instance As PredOperand
public sealed class PredOperand : Predicate
public ref class PredOperand sealed : public Predicate
[<SealedAttribute>]
type PredOperand =  
    class 
        inherit Predicate 
    end
public final class PredOperand extends Predicate

The PredOperand type exposes the following members.

Constructors

  Name Description
Public method PredOperand(DataEventColumnInfo) Initializes a new instance of the PredOperand class from the eventColumn parameter.
Public method PredOperand(PredSourceInfo) Initializes a new instance of the PredOperand class from the sourceInfo parameter.

Top

Properties

  Name Description
Public property OperandObject Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Returns a string that represents the current PredOperand object. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.XEvent Namespace