CubeInfo 属性

Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet.

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

语法

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

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

属性值

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