GetFacetSupportedRootType Método
Gets the facet for the specified root type.
Espacio de nombres: Microsoft.SqlServer.Management.Facets
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function GetFacetSupportedRootType ( _
facet As Type _
) As Type
'Uso
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
Parámetros
- facet
Tipo: System. . :: . .Type
A Type object value that specifies the root type.
Valor devuelto
Tipo: System. . :: . .Type
A Type value that specifies the root type that is associated with the facet.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también