言語

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

返品

適用対象