SupportedFilterOperators 方法
Adds a Type to the list of supported operators.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function SupportedFilterOperators ( _
type As Type, _
mode As AutomatedPolicyEvaluationMode _
) As List(Of OperatorType)
'用途
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>
參數
- type
型別:System. . :: . .Type
A Type object that specifies the type to add.
- mode
型別:Microsoft.SqlServer.Management.Dmf. . :: . .AutomatedPolicyEvaluationMode
A AutomatedPolicyEvaluationMode enumeration object that specifies the mode.
傳回值
型別:System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >
A generic list of type OperatorType objects.