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 .
속성
Count |
IDTSInput100 컬렉션의 IDTSInputCollection100 개체 수를 가져옵니다. |
Item[Object] |
|
메서드
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 개체의 위치를 변경합니다. |