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.3.0.1000)
Syntax public 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.
|
TopProperties
| Name | Description |
---|
| Id |
Gets the task ID.
|
TopSee Also