FacetInfo.FacetProperties プロパティ

ファセットのプロパティに関する静的な情報を取得します。

名前空間:  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>
ファセットのプロパティに関する静的な情報を含む PropertyInfoCollection オブジェクト値です。

関連項目

参照

FacetInfo クラス

Microsoft.SqlServer.Management.Dmf 名前空間

その他の技術情報

プロパティの設定