ProviderTask Class

Class that encapsulates a data provider task.
This class is not intended to be used directly from your code, unless you are implementing a custom transform.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public abstract class ProviderTask

The ProviderTask type exposes the following members.

Constructors
  NameDescription
Protected methodProviderTask
Initializes a new instance of the ProviderTask class.
Top
Properties
  NameDescription
Public propertyId
Gets the task ID.
Top
See Also