共用方式為


OperatorType 列舉

Specifies the type of operator.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Enumeration OperatorType
'用途
Dim instance As OperatorType
public enum OperatorType
public enum class OperatorType
type OperatorType
public enum OperatorType

成員

成員名稱 說明
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.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

Microsoft.SqlServer.Management.Dmf 命名空間