FacetProperties 属性
Gets static information about the properties of the facet.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public ReadOnly Property FacetProperties As ReadOnlyCollection(Of PropertyInfo)
Get
用法
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>
属性值
类型:System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'PropertyInfo> ) > ) >
A PropertyInfoCollection object value that contains static information about the properties of the facet.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。