ActionInvocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Interactive | 0 | Calls the action when a user performs an action. |
OnOpen | 1 | Calls the action when the cube opens. |
Batch | 2 | Calls the action from a batch command. |
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.