EvaluationFactory.SupportedOperators 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| SupportedOperators(TypeClass) |
若未要求 xepect 類別,則回傳支援給定類型 Throws 的運算子清單 |
| SupportedOperators(Type) |
回傳對特定類型所支援的運算子清單;若不支援該類型評估,則回傳 Empty 清單 |
SupportedOperators(TypeClass)
若未要求 xepect 類別,則回傳支援給定類型 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)
回傳對特定類型所支援的運算子清單;若不支援該類型評估,則回傳 Empty 清單
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