CellProperties プロパティ
Cell のセル プロパティを含む CellPropertyCollection クラスのインスタンスを取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Property CellProperties As CellPropertyCollection
Get
'使用
Dim instance As Cell
Dim value As CellPropertyCollection
value = instance.CellProperties
public CellPropertyCollection CellProperties { get; }
public:
property CellPropertyCollection^ CellProperties {
CellPropertyCollection^ get ();
}
member CellProperties : CellPropertyCollection
function get CellProperties () : CellPropertyCollection
プロパティ値
型: Microsoft.AnalysisServices.AdomdClient. . :: . .CellPropertyCollection
Cell のセル プロパティを含む CellPropertyCollection です。
説明
Cell により実装される固有セル プロパティ以外の追加セル プロパティは、指定されたセルに関連付けることができます。このプロパティは、Cell に関連付けられた追加セル プロパティを含む CellPropertyCollection を取得するために使用されます。