Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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[]
)
Parameter
- ppsaOldIDs
Typ: array<System.Int32[]%
The collection of old identifiers.
- ppsaNewIDs
Typ: array<System.Int32[]%
The collection of new identifiers.