Skip to main content

Enum ActionInvocation

Namespace: Varigence.Languages.Biml.Cube.Action

Assembly: Biml.dll

C#


public enum ActionInvocation

Fields

FieldsDescription
BatchSpecifies that the action should be executed from a batch command. Note that this option is not yet implemented in SQL Server.
InteractiveSpecifies that the action should be executed interactively when it is requested by a user or client application.
OnOpenSpecifies that the action should be executed when the cube is opened. Note that this option is not yet implemented in SQL Server.