RefreshCube(CubeName: String; [Cube: IAdoMdCube = Null]);
RefreshCube(CubeName: String; [Cube: Prognoz.Platform.Interop.AdoMd.IAdoMdCube = Null]);
CubeName. Name of the cube, which structure must be refreshed.
Cube. Instance of the cube, which structure must be refreshed.
The RefreshCube method refreshes the specified cube structure.
The method allows to refresh cube structure with the specified name or for the specified instance if it is obtained.
See also: