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.

참고 항목

참조

IDTSInput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스