PredValue Class

 

Represents an rvalue in PredCompareExpr object or the second parameter in the PredFunctionExpr object.

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::PredValue

public ref class PredValue sealed : Predicate

NameDescription
System_CAPS_pubmethodPredValue(Object^)

Initializes a new instance of the PredValue class with the specified object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string value that represents the current PredValue 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.

Return to top
Show: