IDTSInputCollection100 인터페이스

정의

IDTSInput100 개체의 컬렉션을 포함합니다.

public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
특성
구현

설명

데이터 IDTSInputCollection100 흐름 구성 요소의 개체를 포함합니다 IDTSInput100 .

속성

Count

IDTSInput100 컬렉션의 IDTSInputCollection100 개체 수를 가져옵니다.

Item[Object]

Index 매개 변수로 지정된 IDTSInput100 개체를 가져옵니다.

메서드

FindObjectByID(Int32)

컬렉션에서 요청된 개체를 해당 ID로 찾습니다.

FindObjectIndexByID(Int32)

컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다.

GetEnumerator()

IDTSInputCollection100을 반복할 수 있는 열거자를 반환합니다.

GetObjectByID(Int32)

IDTSInput100 컬렉션에서 IDTSInputCollection100 개체를 검색합니다.

GetObjectIndexByID(Int32)

컬렉션에서 IDTSInput100 개체의 인덱스를 검색합니다.

New()

IDTSInput100 개체를 만들어 IDTSInputCollection100에 추가합니다.

NewAt(Int32)

컬렉션의 지정된 인덱스에 새 입력 개체를 추가합니다.

RemoveAll()

컬렉션에서 각 IDTSInput100 개체를 삭제합니다.

RemoveObjectByID(Int32)

컬렉션에서 해당 ID로 지정된 입력 개체를 제거합니다.

RemoveObjectByIndex(Object)

컬렉션에서 입력 개체를 삭제합니다.

SetIndex(Int32, Int32)

IDTSInput100 개체의 위치를 변경합니다.

적용 대상