Freigeben über


FacetInfo.FacetProperties-Eigenschaft

Gets static information about the properties of the facet.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PropertyInfo>
A PropertyInfoCollection object value that contains static information about the properties of the facet.

Siehe auch

Verweis

FacetInfo Klasse

Microsoft.SqlServer.Management.Dmf-Namespace

Andere Ressourcen

Festlegen von Eigenschaften