AutoRefresh: Boolean;
The AutoRefresh property determines whether cube structure autoupdate is executed.
Available values:
True. Cube structure is autoupdated on the first cube open or on open after cache clearing.
False. Cube structure is not autoupdated. Autoupdate is executed on the first connect to ADOMD repository or on executing the IAdoMdCatalogInstance.Refresh, IAdoMdCatalogInstance.RefreshBySQL, IAdoMdCube.Refresh methods.
See also: