共用方式為


FacetRepository.GetFacetSupportedRootType 方法

Gets the facet for the specified root type.

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

語法

'宣告
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
'用途
Dim facet As Type 
Dim returnValue As Type 

returnValue = FacetRepository.GetFacetSupportedRootType(facet)
public static Type GetFacetSupportedRootType(
    Type facet
)
public:
static Type^ GetFacetSupportedRootType(
    Type^ facet
)
static member GetFacetSupportedRootType : 
        facet:Type -> Type
public static function GetFacetSupportedRootType(
    facet : Type
) : Type

參數

  • facet
    型別:System.Type
    A Type object value that specifies the root type.

傳回值

型別:System.Type
A Type value that specifies the root type that is associated with the facet.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

FacetRepository 類別

Microsoft.SqlServer.Management.Facets 命名空間