IDWRepositoryDatabaseInstance

Assembly: Db;

Namespace: Prognoz.Platform.Interop.Db;

Description

The IDWRepositoryDatabaseInstance interface is used to work with open instance of extended data warehouse repository.

Inheritance Hierarchy

          IDWRepositoryDatabaseInstance

Comments

The interface is outdated.

To open an instance of extended data warehouse repository, use the IMetabaseObjectDescriptor.Open method. Then cast the obtained object to the IDWRepositoryDatabaseInstance interface.

Properties

   Property name Brief description
CurrentVersion The CurrentVersion property returns the current version of extended data warehouse.
Database The Database property returns the database used by repository of extended data warehouse.
Repository The Repository property returns an object used to work with database of extended data warehouse repository.

See also:

Db Assembly Interfaces