PredFunctionExpr コンストラクター

PredFunctionExpr クラスの新しいインスタンスを初期化します。

名前空間:  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 名前空間