IAdoMdCatalogInstance.CubesFail

Fore syntax

CubesFail: IStringList;

Fore.NET syntax

CubesFail: System.Collections.Generic.IList<System.String>;

Description

The CubesFail property returns array containing a list of cubes on which updating any errors appeared.

Example

The example of use is given in description of the IAdoMdCatalogInstance.Refresh method.

See also:

IAdoMdCatalogInstance