Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the PredCompareExpr class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
type As PredCompareExpr.ComparatorType, _
operand As PredOperand, _
value As PredValue _
)
'Usage
Dim type As PredCompareExpr.ComparatorType
Dim operand As PredOperand
Dim value As PredValue
Dim instance As New PredCompareExpr(type, operand, _
value)
public PredCompareExpr(
PredCompareExpr.ComparatorType type,
PredOperand operand,
PredValue value
)
public:
PredCompareExpr(
PredCompareExpr.ComparatorType type,
PredOperand^ operand,
PredValue^ value
)
new :
type:PredCompareExpr.ComparatorType *
operand:PredOperand *
value:PredValue -> PredCompareExpr
public function PredCompareExpr(
type : PredCompareExpr.ComparatorType,
operand : PredOperand,
value : PredValue
)
Parameter
- type
Typ: Microsoft.SqlServer.Management.XEvent.PredCompareExpr.ComparatorType
A PredCompareExpr.ComparatorType object.
- operand
Typ: Microsoft.SqlServer.Management.XEvent.PredOperand
A PredOperand object.
- value
Typ: Microsoft.SqlServer.Management.XEvent.PredValue
A PredValue object.