Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the writeback partition for the DemandPlanning cube.
Syntax
public void enableWriteback(
str _databaseName,
str _cubeId,
[boolean _dropExistingWritebackPartition])
Run On
Server
Parameters
- _databaseName
Type: str
The Analysis Services database name.
- _cubeId
Type: str
The Analysis Services cube ID.
- _dropExistingWritebackPartition
Type: boolean
A flag that indicates whether any existing writeback partition should be dropped.
Remarks
Enabling writeback is not enough to perform writeback MDX to the cube. The cube should also be processed.