Metoda FacetRepository.GetFacetProperties
Pobiera właściwości aspekt dla określonego typu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Facets
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Shared Function GetFacetProperties ( _
managementFacet As Type _
) As PropertyInfo()
'Użycie
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[]
Parametry
- managementFacet
Typ: System.Type
A Type wartość obiektu, który określa typ.
Wartość zwracana
Typ: array<System.Reflection.PropertyInfo[]
A PropertyInfo wartość obiektu, który określa informacje o właściwość.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.