GetFacetSupportedTypes méthode
Espace de noms : Microsoft.SqlServer.Management.Facets
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function GetFacetSupportedTypes ( _
managementFacet As Type _
) As List(Of Type)
'Utilisation
Dim managementFacet As Type
Dim returnValue As List(Of Type)
returnValue = FacetRepository.GetFacetSupportedTypes(managementFacet)
public static List<Type> GetFacetSupportedTypes(
Type managementFacet
)
public:
static List<Type^>^ GetFacetSupportedTypes(
Type^ managementFacet
)
static member GetFacetSupportedTypes :
managementFacet:Type -> List<Type>
public static function GetFacetSupportedTypes(
managementFacet : Type
) : List<Type>
Paramètres
- managementFacet
Type : System. . :: . .Type
Valeur de retour
Type : System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >