PredCompareExpr Class

 

Represents a predicate expression that can be used in a conditional statement.

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

System::Object
  Microsoft.SqlServer.Management.XEvent::Predicate
    Microsoft.SqlServer.Management.XEvent::PredExpr
      Microsoft.SqlServer.Management.XEvent::PredCompareExpr

public ref class PredCompareExpr sealed : PredExpr

NameDescription
System_CAPS_pubmethodPredCompareExpr(PredCompareExpr::ComparatorType, PredOperand^, PredValue^)

Initializes a new instance of the PredCompareExpr class.

NameDescription
System_CAPS_pubpropertyOperand

Gets the operand.

System_CAPS_pubpropertyOperator

Gets the compare operator.

System_CAPS_pubpropertyValue

Gets the value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The following expression could be used in a PredCompareExpr object.

sqlserver.database_id=7

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

Return to top
Show: