Właściwość FacetInfo.FacetProperties
Pobiera statyczne informacje o właściwości aspekt.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.ObjectModel.ReadOnlyCollection<PropertyInfo>
A PropertyInfoCollection wartość obiekt zawierający statyczne informacje o właściwościach aspekt.
Zobacz także