QueryCustomProviderTask Class

Class that encapsulated a generic provider task.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.TasksProviderTask
    Dundas.BI.Data.DataProviders.TasksQueryProviderTask
      Dundas.BI.Data.DataProviders.TasksQueryCustomProviderTask

Namespace: Dundas.BI.Data.DataProviders.Tasks
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class QueryCustomProviderTask : QueryProviderTask

The QueryCustomProviderTask type exposes the following members.

Constructors
 NameDescription
Public methodQueryCustomProviderTask Initializes a new instance of the QueryCustomProviderTask class.
Top
Properties
 NameDescription
Public propertyCommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
(Inherited from QueryProviderTask)
Public propertyDataConnector Gets or sets the data connector.
(Inherited from QueryProviderTask)
Public propertyId Gets the task ID.
(Inherited from ProviderTask)
Top
Remarks
The provider must understand and be able to process the corresponding Transform.
See Also