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
)
매개 변수
- func
유형: Microsoft.SqlServer.Management.XEvent.PredCompareInfo
A PredCompareInfo object that represents the function name.
- operand
유형: Microsoft.SqlServer.Management.XEvent.PredOperand
The PredOperand object.
- value
유형: Microsoft.SqlServer.Management.XEvent.PredValue
The PredValue object.