ExpressionNodeOperator.SupportedFilterOperators Method

Definition

Returns a list of operators supported for the given type in Filters (Filters are more restrictive than Condition expressions) Empty list if evaluation for the type is not supported

public static System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType> SupportedFilterOperators (Type type, Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode mode);
static member SupportedFilterOperators : Type * Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode -> System.Collections.Generic.List<Microsoft.SqlServer.Management.Dmf.OperatorType>
Public Shared Function SupportedFilterOperators (type As Type, mode As AutomatedPolicyEvaluationMode) As List(Of OperatorType)

Parameters

type
Type

Returns

Applies to