Share via


ReqDemPlanSSASHelper.enableWriteback Method [AX 2012]

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.

See Also

Reference

ReqDemPlanSSASHelper Class