IDTSInput100.SuggestNameBasedLineageIDMappings(Int32[], Int32[]) 方法

定义

建议基于名称的沿袭标识符映射。

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())

参数

ppsaOldIDs
Int32[]

旧标识符的集合。

ppsaNewIDs
Int32[]

新标识符的集合。

属性

适用于