Partager via


GetFacetsForType méthode

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared Function GetFacetsForType ( _
    target As Type _
) As List(Of Type)
'Utilisation
Dim target As Type
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetsForType(target)
public static List<Type> GetFacetsForType(
    Type target
)
public:
static List<Type^>^ GetFacetsForType(
    Type^ target
)
static member GetFacetsForType : 
        target:Type -> List<Type> 
public static function GetFacetsForType(
    target : Type
) : List<Type>

Paramètres

Valeur de retour

Type : System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >