SetData method: CubeCollection class

Syntax

SetData(&DataRowset)

Description

Use the SetData method to populate the data in the cube collection with the data in the specified rowset.

The system extracts only changed values from the rowset, that is, values marked as updated. .

SetData method also writes the changes to the database for any record marked as writable or readable and writable in the analytic type definition, and mapped to the specified cube collection.

Parameters

Parameter Description

&DataRowset

Specify the rowset object that contains the data you want to use to populate the cube collection.

Returns

None.