FacetInfo.FacetPropertyDescriptors Propiedad
Gets the descriptors of the facet properties.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property FacetPropertyDescriptors As PropertyDescriptorCollection
Get
'Uso
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
Valor de la propiedad
Tipo: System.ComponentModel.PropertyDescriptorCollection
A FacetPropertyDescriptors object that contains the descriptor information for the facet properties.