Share via


FacetRepository.GetFacetSupportedRootType Method

Gets the facet for the specified root type.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
'Usage
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

Parameters

Return Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.