DataInputRetrievalRequest Class

Class that encapsulates a client data request and the associated options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataInputDataInputRetrievalRequest

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class DataInputRetrievalRequest

The DataInputRetrievalRequest type exposes the following members.

Constructors
  NameDescription
Public methodDataInputRetrievalRequest
Initializes a new instance of the DataInputRetrievalRequest class.
Top
Properties
  NameDescription
Public propertyCancelSource
Gets the cancellation source object for cancelling the request operation.
Public propertyClientData
Gets the client data information that is returned unmodified with the result.
Public propertyDataCubeId
Gets the data cube ID.
Public propertyDataInputTransformId
Gets the data input transform ID.
Public propertyPagingOptions
Gets the paging options, when result records are retrieved in pages.
Public propertyProgress
Gets the data retrieval progress report.
Top
See Also