Метод FacetRepository.GetFacetProperties

Gets the facet properties for the specified type.

Пространство имен:  Microsoft.SqlServer.Management.Facets
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Shared Function GetFacetProperties ( _
    managementFacet As Type _
) As PropertyInfo()
'Применение
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[]

Параметры

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

Возвращаемое значение

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

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

FacetRepository Класс

Пространство имен Microsoft.SqlServer.Management.Facets