Enum ActionType
C#
public enum ActionType
Fields
CommandLine | Specifies that the action will execute a command using CMD.exe |
DataSet | Specifies that the action executes a Multi-Dimensional Expression (MDX) statement and produces a dataset |
Html | Specifies that the action will return a html document that the client application can open in a browser window. |
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. |