Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- facet
Type: System.Type
A Type object value that specifies the root type.
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.