The IAdoMdConnection interface contains properties and methods used to work with connection created on opening the ADOMD catalog.
The IAdoMdCatalogInstance.Connection property provides the connection parameters.
| Property name | Brief description | |
![]() |
Connection | The Connection property returns connection parameters described by the ISecurityConnection interface. |
| Method name | Brief description | |
![]() |
Catalogs | The method is reserved for the future. |
![]() |
Cellset | The Cellset method returns analytical data obtained after executing MDX query to server cubes. |
![]() |
Command | The Command method initializes an object that enables the user to work with server with the MDX queries. |
![]() |
CubeDimensions | The CubeDimensions method returns the cursor, containing system information about specified dimension of the selected cube. |
![]() |
Cubes | The Cubes method returns the cursor, that contains system information about the cube with specified name. |
![]() |
Databases | The Databases method extracts a list of names of all available server databases, with which ADOMD directory is set up to work with. |
![]() |
DimensionHierarchies | The DimensionHierarchies method returns the cursor, containing the system information about specified level hierarchy. |
![]() |
HierarchyLevels | The HierarchyLevels method returns cursor, that contains system information about specified dimension hierarchy level. |
![]() |
HierarchyMembers | The HierarchyMembers method returns the cursor, containing the information about the items of the specified dimension hierarchy. |
See also: