ActionInvocation Enum

Definition

Defines how an Action is called.

[System.Runtime.InteropServices.Guid("B3C87F4E-DC00-449d-AADB-57A239DC0B1C")]
public enum ActionInvocation
[<System.Runtime.InteropServices.Guid("B3C87F4E-DC00-449d-AADB-57A239DC0B1C")>]
type ActionInvocation = 
Public Enum ActionInvocation
Inheritance
ActionInvocation
Attributes

Fields

Batch 2

Calls the action from a batch command.

Interactive 0

Calls the action when a user performs an action.

OnOpen 1

Calls the action when the cube opens.

Examples

...

Remarks

Only Interactive has been implemented in SQL Server Analysis Services (SSAS). Batch and OnOpen members will be implemented in future releases of SQL Server Analysis Services. Using unimplemented members of ActionInvocation creates an empty table from the MDSCHEMA_ACTIONS Rowset.

Applies to