Dela via


PredFunctionExpr.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 PredFunctionExpr 
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.

See Also

Reference

PredFunctionExpr Class

Microsoft.SqlServer.Management.XEvent Namespace