PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) 생성자

정의

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)

매개 변수

func
PredCompareInfo

PredCompareInfo 개체는 함수 이름을 나타냅니다.

operand
PredOperand

피연산자입니다.

value
PredValue

값입니다.

적용 대상