Compartir a través de


CubeInfo Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property CubeInfo As CubeInfo
    Get
'Uso
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

Valor de la propiedad

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