IDataInputServiceDeleteStorageRecords Method |
Namespace: Dundas.BI.Data.DataInput
void DeleteStorageRecords( Guid dataCubeId, Guid dataInputTransformId, ICollection<Guid> recordIds )
| Exception | Condition |
|---|---|
| ArgumentException | dataCubeId is Empty or recordIds is or empty. |
| NotFoundException | The data cube with the specified ID does not exist or the warehouse table 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. |