IDataInputServiceGetDataInputRecordContainer Method

Inserts a collection of records into the specified storage table.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
RecordContainer GetDataInputRecordContainer(
	Guid dataCubeId,
	Guid dataInputTransformId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID for which the current storage table was created.
dataInputTransformId
Type: SystemGuid
The data input transform ID.

Return Value

Type: RecordContainer
The record container.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId or dataInputTransformId is Empty.
NotFoundException

The data cube with the specified ID does not exist

or the data input transform with the specified ID does not exist

.
NoPrivilegeException

The caller does not have the DataCubeInput privilege

or the caller does not have the Read on the data cube.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also