Share via


PredFunctionExpr Constructor

Initializes a new instance of the PredFunctionExpr class.

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

Syntax

'Declaration
Public Sub New ( _
    func As PredCompareInfo, _
    operand As PredOperand, _
    value As PredValue _
)
'Usage
Dim func As PredCompareInfo 
Dim operand As PredOperand 
Dim value As PredValue 

Dim instance As New PredFunctionExpr(func, operand, _
    value)
public PredFunctionExpr(
    PredCompareInfo func,
    PredOperand operand,
    PredValue value
)
public:
PredFunctionExpr(
    PredCompareInfo^ func, 
    PredOperand^ operand, 
    PredValue^ value
)
new : 
        func:PredCompareInfo * 
        operand:PredOperand * 
        value:PredValue -> PredFunctionExpr
public function PredFunctionExpr(
    func : PredCompareInfo, 
    operand : PredOperand, 
    value : PredValue
)

Parameters

See Also

Reference

PredFunctionExpr Class

Microsoft.SqlServer.Management.XEvent Namespace