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 (25.3.0.1000)
Syntaxpublic abstract class ProviderTask
Public MustInherit Class ProviderTask
public ref class ProviderTask abstract
[<AbstractClassAttribute>]
type ProviderTask =  class end
The ProviderTask type exposes the following members.
Constructors| 
								 
							 | Name | Description | 
|---|
  | ProviderTask | 
            Initializes a new instance of the ProviderTask class.
              | 
Top
Properties| 
								 
							 | Name | Description | 
|---|
  | Id | 
            Gets the task ID.
              | 
Top
See Also