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 포함합니다.

속성

Name Description
Count

컬렉션 내 IDTSInputCollection100 객체 수를 IDTSInput100 얻습니다.

Item[Object]

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

메서드

Name Description
FindObjectByID(Int32)

요청된 객체를 ID로 컬렉션 내에서 찾습니다.

FindObjectIndexByID(Int32)

요청된 객체의 인덱스를 ID로 찾아냅니다.

GetEnumerator()

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

GetObjectByID(Int32)

컬렉션에서 IDTSInputCollection100 객체를 IDTSInput100 가져옵니다.

GetObjectIndexByID(Int32)

컬렉션 내 객체의 IDTSInput100 인덱스를 가져옵니다.

New()

IDTSInput100 객체를 생성하여 IDTSInputCollection100.

NewAt(Int32)

컬렉션에서 지정된 인덱스에 새로운 입력 객체를 추가합니다.

RemoveAll()

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

RemoveObjectByID(Int32)

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

RemoveObjectByIndex(Object)

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

SetIndex(Int32, Int32)

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

적용 대상