Cell.CellProperties Property

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