IDTSInput100.SuggestNameBasedLineageIDMappings(Int32[], Int32[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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[]
- 属性