CellInfo.CellProperties プロパティ
CellInfo に関連付けられた階層プロパティに関するメタデータを表す OlapInfoPropertyCollection を取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Property CellProperties As OlapInfoPropertyCollection
Get
'使用
Dim instance As CellInfo
Dim value As OlapInfoPropertyCollection
value = instance.CellProperties
public OlapInfoPropertyCollection CellProperties { get; }
public:
property OlapInfoPropertyCollection^ CellProperties {
OlapInfoPropertyCollection^ get ();
}
member CellProperties : OlapInfoPropertyCollection
function get CellProperties () : OlapInfoPropertyCollection
プロパティ値
型: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection
CellInfo に関連付けられた階層プロパティに関するメタデータを表す OlapInfoPropertyCollection を返します。