OutputElementSource Constructor (OutputConnector, ConnectorElementExpression)

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,
	ConnectorElementExpression expression
)

Parameters

connector
Type: Dundas.BI.Data.TransformsOutputConnector
The parent connector.
expression
Type: Dundas.BI.Data.TransformsConnectorElementExpression
The expression.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnector or expression is .
InvalidOperationExceptionExpression based elements are not allowed for the current transform.
Remarks
Use this constructor when the output result is generated from an user-defined ConnectorElementExpression.
See Also