The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum ActionType

Namespace:
Varigence.Languages.Biml.Cube.Action
Assembly:
Biml.dll
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.

© Varigence