EvaluationFactory.SupportedOperators 方法 (Type)
Determines whether the specified type is supported by policy-based management services.
命名空間: 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
A Type objects that specifies the type.
傳回值
型別:System.Collections.Generic.List<OperatorType>
A List object value that contains a list of OperatorType objects that specifies the supported operators for the type.