Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the descriptors of the facet properties.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property FacetPropertyDescriptors As PropertyDescriptorCollection
Get
'Usage
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
Property Value
Type: System.ComponentModel.PropertyDescriptorCollection
A FacetPropertyDescriptors object that contains the descriptor information for the facet properties.