TransformGenerateProviderTask Method

Generates a data provider task, in those cases when the transform may be compatible with specific provider categories, such as OLAP providers or relational data providers.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual ProviderTransformTask GenerateProviderTask()

Return Value

Type: ProviderTransformTask
The compatible provider task, or when there is no such possible compatibility.
See Also