Свойство FacetPropertyDescriptors

Gets the descriptors of the facet properties.

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

Синтаксис

'Декларация
Public ReadOnly Property FacetPropertyDescriptors As PropertyDescriptorCollection
    Get
'Применение
Dim instance As FacetInfo
Dim value As PropertyDescriptorCollection

value = instance.FacetPropertyDescriptors
public PropertyDescriptorCollection FacetPropertyDescriptors { get; }
public:
property PropertyDescriptorCollection^ FacetPropertyDescriptors {
    PropertyDescriptorCollection^ get ();
}
member FacetPropertyDescriptors : PropertyDescriptorCollection
function get FacetPropertyDescriptors () : PropertyDescriptorCollection

Значение свойства

Тип: System.ComponentModel. . :: . .PropertyDescriptorCollection
A FacetPropertyDescriptors object that contains the descriptor information for the facet properties.