共用方式為


IDTSInput100.SuggestNameBasedLineageIDMappings 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Suggests a name based lineage identifier mappings.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub SuggestNameBasedLineageIDMappings ( _
    <OutAttribute> ByRef ppsaOldIDs As Integer(), _
    <OutAttribute> ByRef ppsaNewIDs As Integer() _
)
'用途
Dim instance As IDTSInput100 
Dim ppsaOldIDs As Integer()
Dim ppsaNewIDs As Integer()

instance.SuggestNameBasedLineageIDMappings(ppsaOldIDs, _
    ppsaNewIDs)
void SuggestNameBasedLineageIDMappings(
    out int[] ppsaOldIDs,
    out int[] ppsaNewIDs
)
void SuggestNameBasedLineageIDMappings(
    [InAttribute] [OutAttribute] array<int>^% ppsaOldIDs, 
    [InAttribute] [OutAttribute] array<int>^% ppsaNewIDs
)
abstract SuggestNameBasedLineageIDMappings : 
        ppsaOldIDs:int[] byref * 
        ppsaNewIDs:int[] byref -> unit
function SuggestNameBasedLineageIDMappings(
    ppsaOldIDs : int[], 
    ppsaNewIDs : int[]
)

參數

  • ppsaOldIDs
    型別:array<System.Int32[]%
    The collection of old identifiers.
  • ppsaNewIDs
    型別:array<System.Int32[]%
    The collection of new identifiers.

請參閱

參考

IDTSInput100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間