IDTSInputCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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] |
매개변수로 |
메서드
| 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 위치를 변경합니다. |