Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PredFunctionExpr class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
func As PredCompareInfo, _
operand As PredOperand, _
value As PredValue _
)
'Usage
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
)
Parameters
- func
Type: Microsoft.SqlServer.Management.XEvent.PredCompareInfo
A PredCompareInfo object that represents the function name.
- operand
Type: Microsoft.SqlServer.Management.XEvent.PredOperand
The PredOperand object.
- value
Type: Microsoft.SqlServer.Management.XEvent.PredValue
The PredValue object.