RelationalOutputColumn Constructor (ProviderTask, ConnectorElement, Object)

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,
	Object nullReplacement
)

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.
nullReplacement
Type: SystemObject
The replacement value, when the source value is .
Exceptions
ExceptionCondition
ArgumentNullExceptiontask or element is .
See Also