Properties プロパティ

Member に関連付けられたプロパティを含む PropertyCollection を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Property Properties As PropertyCollection
    Get
'使用
Dim instance As Member
Dim value As PropertyCollection

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient. . :: . .PropertyCollection
メンバに関連付けられたプロパティを含む PropertyCollection です。

説明

Member が、CellSetGetChildren、または GetMembers により作成される場合、このプロパティは FetchAllProperties が呼び出されるまで Empty です。