Método GetFacetSupportedRootType
Gets the facet for the specified root type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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
Valor de retorno
Tipo: System. . :: . .Type
A Type value that specifies the root type that is associated with the facet.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também