Proprietà FacetPropertyDescriptors
Gets the descriptors of the facet properties.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FacetPropertyDescriptors As PropertyDescriptorCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.ComponentModel. . :: . .PropertyDescriptorCollection
A FacetPropertyDescriptors object that contains the descriptor information for the facet properties.