Metodo ExpressionNodeOperator.SupportedFilterOperators

Adds a Type to the list of supported operators.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function SupportedFilterOperators ( _
    type As Type, _
    mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
'Utilizzo
Dim type As Type 
Dim mode As AutomatedPolicyEvaluationMode 
Dim returnValue As List(Of OperatorType)

returnValue = ExpressionNodeOperator.SupportedFilterOperators(type, _
    mode)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static List<OperatorType> SupportedFilterOperators(
    Type type,
    AutomatedPolicyEvaluationMode mode
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static List<OperatorType>^ SupportedFilterOperators(
    Type^ type, 
    AutomatedPolicyEvaluationMode mode
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member SupportedFilterOperators : 
        type:Type * 
        mode:AutomatedPolicyEvaluationMode -> List<OperatorType> 
public static function SupportedFilterOperators(
    type : Type, 
    mode : AutomatedPolicyEvaluationMode
) : List<OperatorType>

Parametri

Valore restituito

Tipo: System.Collections.Generic.List<OperatorType>
A generic list of type OperatorType objects.

Vedere anche

Riferimento

ExpressionNodeOperator Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf