Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.