IAdoMdCatalogInstance.RefreshCube

Syntax

RefreshCube(CubeName: String; [Cube: IAdoMdCube = Null]);

Parameters

CubeName. Name of the cube, which structure must be refreshed.

Cube. Instance of the cube, which structure must be refreshed.

Description

The RefreshCube method refreshes the specified cube structure.

Comments

The method allows to refresh cube structure with the specified name or for the specified instance if it is obtained.

See also:

IAdoMdCatalogInstance