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 | |
---|---|---|
PredValue | Initializes a new instance of the PredValue class with the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.