Condividi tramite


Costruttore PredFunctionExpr

Initializes a new instance of the PredFunctionExpr class.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    func As PredCompareInfo, _
    operand As PredOperand, _
    value As PredValue _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

PredFunctionExpr Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent