Méthode IDTSInput100.SuggestNameBasedLineageIDMappings
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Suggests a name based lineage identifier mappings.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub SuggestNameBasedLineageIDMappings ( _
<OutAttribute> ByRef ppsaOldIDs As Integer(), _
<OutAttribute> ByRef ppsaNewIDs As Integer() _
)
'Utilisation
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[]
)
Paramètres
- ppsaOldIDs
Type : array<System.Int32[]%
The collection of old identifiers.
- ppsaNewIDs
Type : array<System.Int32[]%
The collection of new identifiers.