Partager via


Énumération OperatorType

Specifies the type of operator.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Enumeration OperatorType
'Utilisation
Dim instance As OperatorType
public enum OperatorType
public enum class OperatorType
type OperatorType
public enum OperatorType

Membres

Nom de membre Description
AND Logical AND operator.
BEQ Bitwise equals operator.
BNE Bitwise not equals operator.
EQ Equals operator.
GE Greater than or equals operator.
GT Greater than operator.
IN In group operator.
LE Less than or equals operator.
LIKE Like operator.
LT Less than operator.
NE Not equals operator.
NONE None operator.
NOT_IN Not in group operator.
NOT_LIKE Not like group operator.
OR Logical OR operator.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Dmf