Skip to main content

ActionType Enumeration

ActionType Enumeration​

Action Type determines the type of operation that an action will perform and the type of results that it will return to the client application.

Enumeration Values​

NameSummary
DataSet
Specifies that the action executes a Multi-Dimensional Expression (MDX) statement and produces a dataset
Proprietary
Specifies that the action will execute a custom operation and return results that the client application knows how to handle.
RowSet
Specifies that the action executes a Multi-Dimensional Expression (MDX) statement and produces a rowset
Statement
Specifies that the action will execute a statement and return results that the client application knows how to handle.
Url
Specifies that the action will return a url that the client application can open in a browser window.
Html
Specifies that the action will return a html document that the client application can open in a browser window.
CommandLine
Specifies that the action will execute a command using CMD.exe