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< (Of < ( <'OperatorType> ) > ) >
A List object value that contains a list of OperatorType objects that specifies the supported operators for the type.