共用方式為


GetFacetSupportedTypes 方法

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function GetFacetSupportedTypes ( _
    managementFacet As Type _
) As List(Of Type)
'用途
Dim managementFacet As Type
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetSupportedTypes(managementFacet)
public static List<Type> GetFacetSupportedTypes(
    Type managementFacet
)
public:
static List<Type^>^ GetFacetSupportedTypes(
    Type^ managementFacet
)
static member GetFacetSupportedTypes : 
        managementFacet:Type -> List<Type> 
public static function GetFacetSupportedTypes(
    managementFacet : Type
) : List<Type>

參數

傳回值

型別:System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >