IDataInputServiceRetrieveStorageDataAsync Method |
Retrieves the data input records from 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)
SyntaxDataInputRetrievalContext RetrieveStorageDataAsync(
DataInputRetrievalRequest request
)
Function RetrieveStorageDataAsync (
request As DataInputRetrievalRequest
) As DataInputRetrievalContext
DataInputRetrievalContext^ RetrieveStorageDataAsync(
DataInputRetrievalRequest^ request
)
abstract RetrieveStorageDataAsync :
request : DataInputRetrievalRequest -> DataInputRetrievalContext
Parameters
- request
- Type: Dundas.BI.Data.DataInputDataInputRetrievalRequest
The data input retrieval request.
Return Value
Type:
DataInputRetrievalContextThe data retrieval context.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | request is . |
| 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