Application.AfterCubeBuilt Event
Project Developer Reference |
Occurs when the OLAP cube-building process completes.
Syntax
expression.AfterCubeBuilt(CubeFileName)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
CubeFileName | Required | String | Name of the cube file. |
Return Value
nothing
See Also