PredCompareExpr.Value Property
Gets the value.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Property Value As PredValue
Get
'Usage
Dim instance As PredCompareExpr
Dim value As PredValue
value = instance.Value
public PredValue Value { get; }
public:
property PredValue^ Value {
PredValue^ get ();
}
member Value : PredValue
function get Value () : PredValue
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredValue
The value.