共用方式為


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 命名空間