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