OperatorType 枚举
The OperatorType enumeration contains values that are used to specify 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
成员
| 成员名称 | 说明 | |
|---|---|---|
| NONE | ||
| AND | ||
| OR | ||
| EQ | ||
| NE | ||
| LT | ||
| GT | ||
| LE | ||
| GE | ||
| IN | ||
| LIKE | ||
| NOT_IN | ||
| NOT_LIKE |
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。