PredFunctionExpr 클래스

정의

조건자의 함수 식에 대한 클래스입니다. 함수 식은 다음과 같습니다. Pred_Compare(피연산자, 값). 여기서 피연산자는 PredOperand의 인스턴스이고 값은 PredValue의 인스턴스입니다.

public sealed class PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredFunctionExpr = class
    inherit PredExpr
Public NotInheritable Class PredFunctionExpr
Inherits PredExpr
상속
PredFunctionExpr

생성자

Name Description
PredFunctionExpr(PredCompareInfo, PredOperand, PredValue)

PredFunctionExpr 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Operand

피연산자를 가져옵니다.

Operator

pred_Compare 인스턴스를 가져옵니다.

Value

값을 가져옵니다.

적용 대상