Share via


EvaluationFactory.SupportedOperators メソッド (Type)

指定された型がポリシー ベースの管理サービスでサポートされているかどうかを示します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Function SupportedOperators ( _
    type As Type _
) As List(Of OperatorType)
'使用
Dim type As Type 
Dim returnValue As List(Of OperatorType)

returnValue = EvaluationFactory.SupportedOperators(type)
public static List<OperatorType> SupportedOperators(
    Type type
)
public:
static List<OperatorType>^ SupportedOperators(
    Type^ type
)
static member SupportedOperators : 
        type:Type -> List<OperatorType> 
public static function SupportedOperators(
    type : Type
) : List<OperatorType>

パラメーター

  • type
    型: System.Type
    型を指定する Type オブジェクトです。

戻り値

型: System.Collections.Generic.List<OperatorType>
型でサポートされている演算子を指定する OperatorType オブジェクトの一覧を含む List オブジェクト値です。

関連項目

参照

EvaluationFactory クラス

SupportedOperators オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間