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>
パラメーター
- typeClass
型: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
型を指定する TypeClass オブジェクトです。
戻り値
型: System.Collections.Generic. . :: . .List< (Of < ( <'OperatorType> ) > ) >
型でサポートされている演算子を指定する OperatorType オブジェクトのリストを含む List オブジェクト値です。