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 (9.0.0.1000)
SyntaxRecordContainer GetDataInputRecordContainer(
Guid dataCubeId,
Guid dataInputTransformId
)
Function GetDataInputRecordContainer (
dataCubeId As Guid,
dataInputTransformId As Guid
) As RecordContainer
RecordContainer^ GetDataInputRecordContainer(
Guid dataCubeId,
Guid dataInputTransformId
)
abstract GetDataInputRecordContainer :
dataCubeId : Guid *
dataInputTransformId : Guid -> RecordContainer
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:
RecordContainerThe record container.
Exceptions| Exception | Condition |
|---|
| ArgumentException | dataCubeId 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. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also