Método IDTSInput100.SuggestNameBasedLineageIDMappings
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Suggests a name based lineage identifier mappings.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub SuggestNameBasedLineageIDMappings ( _
<OutAttribute> ByRef ppsaOldIDs As Integer(), _
<OutAttribute> ByRef ppsaNewIDs As Integer() _
)
'Uso
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[]
)
Parâmetros
- ppsaOldIDs
Tipo: array<System.Int32[]%
The collection of old identifiers.
- ppsaNewIDs
Tipo: array<System.Int32[]%
The collection of new identifiers.