Metodo FacetRepository.GetFacetSupportedRootType
Gets the facet for the specified root type.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function GetFacetSupportedRootType ( _
facet As Type _
) As Type
'Utilizzo
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
Parametri
- facet
Tipo: System.Type
A Type object value that specifies the root type.
Valore restituito
Tipo: System.Type
A Type value that specifies the root type that is associated with the facet.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.