NeedSaveChangeHistory: Boolean;
The NeedSaveChangeHistory property determines whether to create a new revision in history on data saving.
The property is relevant if version history is enabled for the cube.
Available values:
True. Default value. Create a new revision in version history.
False. Do not create a new revision in version history.
The property use is given in the example for ICubeInstanceStorage.CreateMatrix.
See also: