Partager via


Méthode FacetRepository.GetFacetSupportedRootType

Gets the facet for the specified root type.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
'Utilisation
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

Paramètres

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

Valeur de retour

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetRepository Classe

Espace de noms Microsoft.SqlServer.Management.Facets