SupportedFilterOperators méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function SupportedFilterOperators ( _
type As Type, _
mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
'Utilisation
Dim type As Type
Dim mode As AutomatedPolicyEvaluationMode
Dim returnValue As List(Of OperatorType)
returnValue = ExpressionNodeOperator.SupportedFilterOperators(type, _
mode)
public static List<OperatorType> SupportedFilterOperators(
Type type,
AutomatedPolicyEvaluationMode mode
)
public:
static List<OperatorType>^ SupportedFilterOperators(
Type^ type,
AutomatedPolicyEvaluationMode mode
)
static member SupportedFilterOperators :
type:Type *
mode:AutomatedPolicyEvaluationMode -> List<OperatorType>
public static function SupportedFilterOperators(
type : Type,
mode : AutomatedPolicyEvaluationMode
) : List<OperatorType>
Paramètres
- type
Type : System. . :: . .Type
Valeur de retour
Type : System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >