次の方法で共有


SupportedOperators メソッド (TypeClass)

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

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

構文

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

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

パラメーター

戻り値

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