FacetProperties Propiedad
Gets static information about the properties of the facet.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'PropertyInfo> ) > ) >
A PropertyInfoCollection object value that contains static information about the properties of the facet.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también