Metodo FacetRepository.GetFacetProperties
Gets the facet properties for the specified type.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function GetFacetProperties ( _
managementFacet As Type _
) As PropertyInfo()
'Utilizzo
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[]
Parametri
- managementFacet
Tipo: System.Type
A Type object value that specifies the type.
Valore restituito
Tipo: array<System.Reflection.PropertyInfo[]
A PropertyInfo object value that specifies the property information.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.