Share via


IDTSInput100.SuggestNameBasedLineageIDMappings Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Suggests a name based lineage identifier mappings.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub SuggestNameBasedLineageIDMappings ( _
    <OutAttribute> ByRef ppsaOldIDs As Integer(), _
    <OutAttribute> ByRef ppsaNewIDs As Integer() _
)
'Usage
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[]
)

Parameters

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

See Also

Reference

IDTSInput100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace