Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The IDWRepositoryDatabaseInstance interface is used to work with open instance of extended data warehouse repository.
IDWRepositoryDatabaseInstance
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.
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: