Metoda ExpressionNodeOperator.SupportedFilterOperators
Dodaje Type do listy obsługiwanych operatorów.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function SupportedFilterOperators ( _
type As Type, _
mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
'Użycie
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>
Parametry
- type
Typ: System.Type
A Type obiekt, który określa typ do dodania.
- mode
Typ: Microsoft.SqlServer.Management.Dmf.AutomatedPolicyEvaluationMode
A AutomatedPolicyEvaluationMode Wyliczenie obiektu, który określa tryb.
Wartość zwracana
Typ: System.Collections.Generic.List<OperatorType>
Lista ogólna typu OperatorType obiektów.
Zobacz także