Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
語法
'宣告
Public ReadOnly Property CellProperties As CellPropertyCollection
public CellPropertyCollection CellProperties { get; }
public:
property CellPropertyCollection^ CellProperties {
CellPropertyCollection^ get ();
}
/** @property */
public CellPropertyCollection get_CellProperties ()
public function get CellProperties () : CellPropertyCollection
屬性值
A CellPropertyCollection that contains the cell properties for the Cell.
備註
Additional cell properties other than the intrinsic cell properties implemented by the Cell can be associated with a given cell. This property is used to retrieve a CellPropertyCollection that contains additional cell properties associated with the Cell.
執行緒安全性
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace