The IOlapAddIn interface requires you to implement the following methods.
| Method | Description |
|---|---|
| ExecuteMenuItem | Carries out a command in response to a user action. |
| GetObject | Returns a reference to the actual object that is represented by an OlapTreeNode. |
| ProvideChildNodes | Populates a collection of OlapTreeNodes so that these nodes can be displayed in the OLAP Manager tree view. |
| ProvideHTML | Provides the URL for the HTML pane when the user clicks a new node in the tree view. |
| ProvideIcon | Specifies the numeric ID for the icons to display when the user selects a node. |
| ProvideMenuItems | Populates a collection of OlapMenuItems for a node in the tree view. |