OlapInfo.CellInfo 属性

Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property CellInfo As CellInfo 
    Get
用法
Dim instance As OlapInfo 
Dim value As CellInfo 

value = instance.CellInfo
public CellInfo CellInfo { get; }
public:
property CellInfo^ CellInfo {
    CellInfo^ get ();
}
member CellInfo : CellInfo
function get CellInfo () : CellInfo

属性值

类型:Microsoft.AnalysisServices.AdomdClient.CellInfo
An CellInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.

请参阅

参考

OlapInfo 类

Microsoft.AnalysisServices.AdomdClient 命名空间