Interfaces

Analysis Services Programming

Analysis Services Programming

Interfaces

Although the Microsoft OLAP Services Add-Ins Manager library includes several interfaces, only one needs to be implemented in order for you to take advantage of the functionality offered by the library.

The IOlapAddIn interface is implemented by all custom applications for Analysis Manager. Many of the methods for the IOlapAddIn interface involving menu items and tree nodes use the OlapMenuItem objects to supply access to the properties associated with a menu item and the OlapTreeNode object to supply access to the properties associated with a tree node in Analysis Manager.

See Also

IOlapAddIn Interface