Share via


IDTSForEachItem100 인터페이스

정의

ForEachItem 개체에 대한 인터페이스를 나타냅니다.

public interface class IDTSForEachItem100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
Public Interface IDTSForEachItem100
Implements IEnumerable
특성
구현

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

Item[Object]

컬렉션에서 IDTSForEachItemValue100 개체를 가져옵니다.

메서드

Add()

컬렉션의 끝에 비어 있는 새 IDTSForEachItemValue100 개체를 추가합니다.

GetEnumerator()

컬렉션을 반복하는 데 사용할 열거자를 반환합니다.

Remove(Object)

컬렉션에서 IDTSForEachItem100 개체를 제거합니다.

적용 대상