PredFunctionExpr 생성자

Initializes a new instance of the PredFunctionExpr class.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
Public Sub New ( _
    func As PredCompareInfo, _
    operand As PredOperand, _
    value As PredValue _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

PredFunctionExpr 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스