FacetProperties propriété
Gets static information about the properties of the facet.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
Get
'Utilisation
Dim instance As FacetInfo
Dim value As ReadOnlyCollection(Of PropertyInfo)
value = instance.FacetProperties
public ReadOnlyCollection<PropertyInfo> FacetProperties { get; }
public:
property ReadOnlyCollection<PropertyInfo^>^ FacetProperties {
ReadOnlyCollection<PropertyInfo^>^ get ();
}
member FacetProperties : ReadOnlyCollection<PropertyInfo>
function get FacetProperties () : ReadOnlyCollection<PropertyInfo>
Valeur de la propriété
Type : System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'PropertyInfo> ) > ) >
A PropertyInfoCollection object value that contains static information about the properties of the facet.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi