Langage

PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) Constructeur

Définition

Initialise une nouvelle instance de la classe PredFunctionExpr.

public PredFunctionExpr(Microsoft.SqlServer.Management.XEvent.PredCompareInfo func, Microsoft.SqlServer.Management.XEvent.PredOperand operand, Microsoft.SqlServer.Management.XEvent.PredValue value);
new Microsoft.SqlServer.Management.XEvent.PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredCompareInfo * Microsoft.SqlServer.Management.XEvent.PredOperand * Microsoft.SqlServer.Management.XEvent.PredValue -> Microsoft.SqlServer.Management.XEvent.PredFunctionExpr
Public Sub New (func As PredCompareInfo, operand As PredOperand, value As PredValue)

Paramètres

func
PredCompareInfo

L’objet PredCompareInfo représente le nom de la fonction.

operand
PredOperand

Opérande.

value
PredValue

La valeur.

S’applique à