Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property CubeInfo As CubeInfo
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdClient.CubeInfo
An CubeInfo that represents metadata pertaining to the structure of the axes that are associated with a CellSet.