Sdílet prostřednictvím


EvaluationFactory.SupportedOperators Method (Type)

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function SupportedOperators ( _
    type As Type _
) As List(Of OperatorType)
'Usage
Dim type As Type
Dim returnValue As List(Of OperatorType)

returnValue = EvaluationFactory.SupportedOperators(type)
public static List<OperatorType> SupportedOperators(
    Type type
)
public:
static List<OperatorType>^ SupportedOperators(
    Type^ type
)
static member SupportedOperators : 
        type:Type -> List<OperatorType> 
public static function SupportedOperators(
    type : Type
) : List<OperatorType>

Parameters