Analysis Services Programming
RefreshTreeTypes
The RefreshTreeTypes enumeration provides constants for refreshing the Analysis Manager tree pane by means of the pane's Refresh method or an event that invalidates the pane's contents.
Member | Description |
---|---|
reftreeNoRefresh | Indicates that the tree pane will not be refreshed |
reftreeParentAndBelow | Indicates that the parent of the current node and all of the children of the parent node will be refreshed |
reftreeCurrentAndBelow | Indicates that the current node and all of its child nodes will be refreshed |
reftreeAllTree | Indicates that the entire tree pane is refreshed |