Freigeben über


FacetRepository.GetFacetSupportedRootType-Methode

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

Parameter

Rückgabewert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

FacetRepository Klasse

Microsoft.SqlServer.Management.Facets-Namespace