The IAdoMdCatalog interface contains properties and methods of the ADOMD Catalog repository object.
Property name | Brief description | |
Authentication | The Authentication property determines the user authentication type used when connecting to the DB server. | |
AutoRefresh | The AutoRefresh property determines whether cube structure autoupdate is executed. | |
Credentials | The Credentials property determines user credentials. | |
Driver | The Driver property determines driver identifier used at opening of the ADOMD catalog. | |
LoginPrompt | The LoginPrompt property determines whether the dialog box to enter credentials is displayed when opening the ADOMD catalog. | |
Name | The Name property determines the name of the database to which the user connects on opening the ADOMD catalog. | |
ProviderString | The ProviderString property determines additional parameters of connection to the DB server. | |
Server | The Server property determines name of the server that stored the database to which the ADOMD catalog connects on opening. | |
UseMetabaseCredentials | The UseMetabaseCredentials property determines whether credentials, specified when logging to the system, are used to connect to the database. | |
WellKnownDriver | The WellKnownDriver property determines the driver used on opening the ADOMD catalog. |
Method name | Brief description | |
Open | The Open method opens the ADOMD catalog. | |
OpenWithCredentials | The OpenWithCredentials method opens the ADOMD catalog with specified credentials. |
See also: