RelationalSelectTask Constructor

Initializes a new instance of the RelationalSelectTask class.

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public RelationalSelectTask(
	Transform processTransform
)

Parameters

processTransform
Type: Dundas.BI.Data.TransformsTransform
The process transform.
Exceptions
ExceptionCondition
ArgumentExceptionprocessTransform is not an inception transform, or it has more than a single connected input.
ArgumentNullExceptionprocessTransform is .
See Also