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.
Clears the writeback partition.
Syntax
public void disableWriteback(
str _databaseName,
str _cubeId,
[boolean _ignoreErrors])
Run On
Server
Parameters
- _databaseName
Type: str
The Analysis Services database name.
- _cubeId
Type: str
The Analysis Services cube ID.
- _ignoreErrors
Type: boolean
A flag that indicates whether errors should be propagated to the caller.
Remarks
This is a destructive operation. All non-flushed changes will be lost.
Writeback is disabled only after the cube is reprocessed.