Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- facet
Typ: System.Type
A Type object value that specifies the root type.
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.