Метод 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.