Partager via


GetFacetProperties méthode

Gets the facet properties for the specified type.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (dans 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

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.