QueryProviderTask Class

Encapsulates a provider query task that is self contained and is ready for execution.
Inheritance Hierarchy

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 abstract class QueryProviderTask : ProviderTask

The QueryProviderTask type exposes the following members.

Constructors
 NameDescription
Protected methodQueryProviderTask Initializes a new instance of the QueryProviderTask class.
Top
Properties
 NameDescription
Public propertyCommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyDataConnector Gets or sets the data connector.
Public propertyId Gets the task ID.
(Inherited from ProviderTask)
Top
See Also