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<PropertyInfo>
A PropertyInfoCollection object value that contains static information about the properties of the facet.
請參閱
參考
Microsoft.SqlServer.Management.Dmf 命名空間