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.