다음을 통해 공유


IDTSForEachEnumerator100.GetEnumerator 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Returns an enumerator for iterating over the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Function GetEnumerator ( _
    pConnections As IDTSConnections100, _
    pVariableDispenser As IDTSVariableDispenser100, _
    pEvents As IDTSInfoEvents100, _
    pLog As IDTSLogging100 _
) As Object
‘사용 방법
Dim instance As IDTSForEachEnumerator100 
Dim pConnections As IDTSConnections100 
Dim pVariableDispenser As IDTSVariableDispenser100 
Dim pEvents As IDTSInfoEvents100 
Dim pLog As IDTSLogging100 
Dim returnValue As Object 

returnValue = instance.GetEnumerator(pConnections, _
    pVariableDispenser, pEvents, pLog)
Object GetEnumerator(
    IDTSConnections100 pConnections,
    IDTSVariableDispenser100 pVariableDispenser,
    IDTSInfoEvents100 pEvents,
    IDTSLogging100 pLog
)
Object^ GetEnumerator(
    [InAttribute] IDTSConnections100^ pConnections, 
    [InAttribute] IDTSVariableDispenser100^ pVariableDispenser, 
    [InAttribute] IDTSInfoEvents100^ pEvents, 
    [InAttribute] IDTSLogging100^ pLog
)
abstract GetEnumerator : 
        pConnections:IDTSConnections100 * 
        pVariableDispenser:IDTSVariableDispenser100 * 
        pEvents:IDTSInfoEvents100 * 
        pLog:IDTSLogging100 -> Object
function GetEnumerator(
    pConnections : IDTSConnections100, 
    pVariableDispenser : IDTSVariableDispenser100, 
    pEvents : IDTSInfoEvents100, 
    pLog : IDTSLogging100
) : Object

매개 변수

반환 값

유형: System.Object
An enumerator for iterating over the collection.

주의

For more information, see IDTSForEachEnumerator.

참고 항목

참조

IDTSForEachEnumerator100 인터페이스

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