EvaluationFactory.SupportedOperators 方法

定义

重载

名称 说明
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

返回

适用于