IRelationshipTransformAddRelationshipKeyElements Method

Note: This API is now obsolete.

Adds elements to both relationship keys.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[ObsoleteAttribute("Use AddRelationshipKeys method instead.")]
void AddRelationshipKeyElements(
	ConnectorElement inputElement,
	ConnectorElement referencedElement
)

Parameters

inputElement
Type: Dundas.BI.Data.TransformsConnectorElement
The ConnectorElement from the input.
referencedElement
Type: Dundas.BI.Data.TransformsConnectorElement
The ConnectorElement from the referenced input.
Exceptions
ExceptionCondition
ArgumentNullExceptionOccurs if one of the ConnectorElement is .
See Also