Skip to main content

Enum ActionType

Namespace: Varigence.Languages.Biml.Cube.Action

Assembly: Biml.dll

C#


public enum ActionType

Fields

FieldsDescription
CommandLineSpecifies that the action will execute a command using CMD.exe
DataSetSpecifies that the action executes a Multi-Dimensional Expression (MDX) statement and produces a dataset
HtmlSpecifies that the action will return a html document that the client application can open in a browser window.
ProprietarySpecifies that the action will execute a custom operation and return results that the client application knows how to handle.
RowSetSpecifies that the action executes a Multi-Dimensional Expression (MDX) statement and produces a rowset
StatementSpecifies that the action will execute a statement and return results that the client application knows how to handle.
UrlSpecifies that the action will return a url that the client application can open in a browser window.