Partager via


Méthode FacetRepository.GetFacetProperties

Gets the facet properties for the specified type.

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

Syntaxe

'Déclaration
Public Shared Function GetFacetProperties ( _
    managementFacet As Type _
) As PropertyInfo()
'Utilisation
Dim managementFacet As Type 
Dim returnValue As PropertyInfo()

returnValue = FacetRepository.GetFacetProperties(managementFacet)
public static PropertyInfo[] GetFacetProperties(
    Type managementFacet
)
public:
static array<PropertyInfo^>^ GetFacetProperties(
    Type^ managementFacet
)
static member GetFacetProperties : 
        managementFacet:Type -> PropertyInfo[] 
public static function GetFacetProperties(
    managementFacet : Type
) : PropertyInfo[]

Paramètres

  • managementFacet
    Type : System.Type
    A Type object value that specifies the type.

Valeur de retour

Type : array<System.Reflection.PropertyInfo[]
A PropertyInfo object value that specifies the property information.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetRepository Classe

Espace de noms Microsoft.SqlServer.Management.Facets