Compartilhar via


Propriedade do RDL FacetInfo.FacetProperties

Gets static information about the properties of the facet.

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

Sintaxe

'Declaração
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

FacetInfo Classe

Namespace Microsoft.SqlServer.Management.Dmf

Outros recursos

Definindo propriedades