ProviderTransformTask Class

Class that encapsulates a provider task as generated by a transform node.
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 ProviderTransformTask : ProviderTask

The ProviderTransformTask type exposes the following members.

Constructors
  NameDescription
Protected methodProviderTransformTask
Initializes a new instance of the ProviderTransformTask class.
Top
Properties
  NameDescription
Public propertyId
Gets the task ID.
(Inherited from ProviderTask.)
Public propertyTransform
Gets the transform that generated the current instance.
Top
See Also