RelationalOutputColumn Constructor (ProviderTask, ConnectorElement)

Initializes a new instance of the RelationalOutputColumn 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 RelationalOutputColumn(
	ProviderTask task,
	ConnectorElement element
)

Parameters

task
Type: Dundas.BI.Data.DataProviders.TasksProviderTask
The parent task.
element
Type: Dundas.BI.Data.TransformsConnectorElement
The element the current instance is based on.
Exceptions
ExceptionCondition
ArgumentNullExceptiontask or element is .
See Also