OutputElementSource Constructor (OutputConnector, ConnectorElement, Boolean, Boolean) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OutputElementSource(
OutputConnector connector,
ConnectorElement inputElement,
bool isPassive,
bool isRequired
)
Public Sub New (
connector As OutputConnector,
inputElement As ConnectorElement,
isPassive As Boolean,
isRequired As Boolean
)
public:
OutputElementSource(
OutputConnector^ connector,
ConnectorElement^ inputElement,
bool isPassive,
bool isRequired
)
new :
connector : OutputConnector *
inputElement : ConnectorElement *
isPassive : bool *
isRequired : bool -> OutputElementSourceParameters
- connector
- Type: Dundas.BI.Data.TransformsOutputConnector
The parent connector. - inputElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The input element. - isPassive
- Type: SystemBoolean
Use the value when the input element data is not changed by the current Transform. - isRequired
- Type: SystemBoolean
Use only when the current instance or its dependencies is mandatory for the transform, irrespective of optimizations.
Exceptions
RemarksUse this constructor when the output result is generated by a single input element.
See Also