Analysis Services Programming
Methods, IOlapAddIn Interface
The IOlapAddIn interface requires you to implement the following methods.
Note The syntax descriptions for the methods of the IOlapAddIn interface are shown from the viewpoint of the interface, not from the viewpoint of a class module implementing the interface. All code examples, however, are shown from the viewpoint of a class module implementing the IOlapAddIn interface.
Method | Description |
---|---|
ExecuteMenuItem | Carries out a command in response to a user action |
GetObject | Returns a reference to the object that is represented by an OlapTreeNode |
ProvideChildNodes | Populates an OlapTreeNodes collection so that these nodes can be displayed in the Analysis Manager tree pane |
ProvideHTML | Provides the URL for the HTML pane when the user clicks a new node in the tree pane |
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 pane |