Поделиться через


Свойство 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.