PredValue Class

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

Inheritance Hierarchy

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

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

Syntax

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

The PredValue type exposes the following members.

Constructors

  Name Description
Public method PredValue Initializes a new instance of the PredValue class with the specified object.

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 value that represents the current PredValue 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