IDTSForEachItems100 인터페이스

정의

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

public interface class IDTSForEachItems100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("9FBD0627-6D10-4800-8FAC-5EFD4468AC8C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("75310B94-8005-4A5C-AC39-2235BED10E29")]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9D1D18BF-B305-47C9-B161-DCC214939E19")]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("9FBD0627-6D10-4800-8FAC-5EFD4468AC8C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachItems100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("75310B94-8005-4A5C-AC39-2235BED10E29")>]
type IDTSForEachItems100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9D1D18BF-B305-47C9-B161-DCC214939E19")>]
type IDTSForEachItems100 = interface
    interface IEnumerable
Public Interface IDTSForEachItems100
Implements IEnumerable
특성
구현

속성

Count

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

Item[Object]

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

메서드

Add()

IDTSForEachItems100 컬렉션에 새 컬렉션을 추가합니다.

GetEnumerator()

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

Remove(Object)

IDTSForEachItems100 컬렉션에서 지정한 컬렉션을 제거합니다.

적용 대상