EvaluationFactory.SupportedOperators Method

Definition

Overloads

SupportedOperators(TypeClass)

Returns a list of operators supported for the given TypeClass Throws if unxepected class requested

SupportedOperators(Type)

Returns a list of operators supported for the given type Empty list if evaluation for the type is not supported

SupportedOperators(TypeClass)

Returns a list of operators supported for the given TypeClass Throws if unxepected class requested

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)

Parameters

typeClass
TypeClass

Returns

Applies to

SupportedOperators(Type)

Returns a list of operators supported for the given type Empty list if evaluation for the type is not supported

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)

Parameters

type
Type

Returns

Applies to