Compartilhar via


Construtor PredFunctionExpr

Initializes a new instance of the PredFunctionExpr class.

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

Sintaxe

'Declaração
Public Sub New ( _
    func As PredCompareInfo, _
    operand As PredOperand, _
    value As PredValue _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

PredFunctionExpr Classe

Namespace Microsoft.SqlServer.Management.XEvent