SupportedFilterOperators メソッド
サポートされている演算子の一覧に Type を追加します。
名前空間: 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
追加する種類を指定する Type オブジェクトです。
- mode
型: Microsoft.SqlServer.Management.Dmf. . :: . .AutomatedPolicyEvaluationMode
モードを指定する AutomatedPolicyEvaluationMode 列挙オブジェクトです。
戻り値
型: System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >
タイプ OperatorType オブジェクトの汎用一覧です。