IDataInputServiceGetDataInputRecordContainer Method |
Namespace: Dundas.BI.Data.DataInput
RecordContainer GetDataInputRecordContainer( Guid dataCubeId, Guid dataInputTransformId )
| 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. |