FacetInfo.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<PropertyInfo>
A PropertyInfoCollection object value that contains static information about the properties of the facet.
참고 항목
참조
Microsoft.SqlServer.Management.Dmf 네임스페이스