IEtlPlainDataCopy.AddLink

Syntax

AddLink(ProviderField: String; ConsumerField: String);

Parameters

ProviderField - identifier of data source field.

ConsumerField - identifier of data consumer field.

Description

The AddLink method adds a link between specified fields of data source and data consumer.

Comments

To delete links between the specified source and consumer fields, use the IEtlPlainDataCopy.RemoveLink method.

Example

The property use is given in example for the IEtlPlainDataCopy.EventId property.

See also:

IEtlPlainDataCopy