Creates the ImportFactDataInfo structure needed for a call to ImportFactData, with a flag to specify if all current dimensions should be loaded into the structure.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
ImportFactDataInfo PrepareImportFactDataParam(
	bool loadAllDims
)
Visual Basic (Usage)
Dim instance As Cube
Dim loadAllDims As Boolean
Dim returnValue As ImportFactDataInfo

returnValue = instance.PrepareImportFactDataParam(loadAllDims)

Parameters

loadAllDims
Type: System..::.Boolean

See Also