EvaluationFactory.SupportedOperators 方法

定義

多載

名稱 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

傳回

適用於