EvaluationFactory.SupportedOperators 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| SupportedOperators(TypeClass) |
返回给定的 TypeClass Throws 支持的运算符列表(如果请求了未执行的类) |
| SupportedOperators(Type) |
返回给定类型“空”列表支持的运算符列表(如果不支持该类型的计算) |
SupportedOperators(TypeClass)
返回给定的 TypeClass Throws 支持的运算符列表(如果请求了未执行的类)
public static System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType> SupportedOperators(Microsoft.SqlServer.Management.Dmf.TypeClass typeClass);
static member SupportedOperators : Microsoft.SqlServer.Management.Dmf.TypeClass -> System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType>
Public Shared Function SupportedOperators (typeClass As TypeClass) As List(Of OperatorType)
参数
- typeClass
- TypeClass
返回
适用于
SupportedOperators(Type)
返回给定类型“空”列表支持的运算符列表(如果不支持该类型的计算)
public static System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType> SupportedOperators(Type type);
static member SupportedOperators : Type -> System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType>
Public Shared Function SupportedOperators (type As Type) As List(Of OperatorType)
参数
- type
- Type