IDTSInput100.SuggestNameBasedLineageIDMappings(Int32[], Int32[]) Method

Definition

Suggests a name based lineage identifier mappings.

public:
 void SuggestNameBasedLineageIDMappings([Runtime::InteropServices::Out] cli::array <int> ^ % ppsaOldIDs, [Runtime::InteropServices::Out] cli::array <int> ^ % ppsaNewIDs);
[System.Runtime.InteropServices.DispId(120)]
public void SuggestNameBasedLineageIDMappings (out int[] ppsaOldIDs, out int[] ppsaNewIDs);
[<System.Runtime.InteropServices.DispId(120)>]
abstract member SuggestNameBasedLineageIDMappings : Int32[] * Int32[] -> unit
Public Sub SuggestNameBasedLineageIDMappings (ByRef ppsaOldIDs As Integer(), ByRef ppsaNewIDs As Integer())

Parameters

ppsaOldIDs
Int32[]

The collection of old identifiers.

ppsaNewIDs
Int32[]

The collection of new identifiers.

Attributes

Applies to