Proprietà FacetProperties
Gets static information about the properties of the facet.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'PropertyInfo> ) > ) >
A PropertyInfoCollection object value that contains static information about the properties of the facet.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche