Cell.CellProperties 属性

Gets an instance of the CellPropertyCollection class that contains the cell properties for the Cell.

命名空间:  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
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.

请参阅

参考

Cell 类

Microsoft.AnalysisServices.AdomdClient 命名空间