OutputElementSource Constructor (OutputConnector, String, ConnectorElement)

Initializes a new instance of the OutputElementSource class.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OutputElementSource(
	OutputConnector connector,
	string name,
	ConnectorElement inputElement
)

Parameters

connector
Type: Dundas.BI.Data.TransformsOutputConnector
The parent connector.
name
Type: SystemString
The name of the output element.
inputElement
Type: Dundas.BI.Data.TransformsConnectorElement
The input element.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnector or inputElement is .
Remarks
Use this constructor when the output result is a standard copy of an input elements.
See Also