IDTSOutputCollection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDTSOutput100 개체의 컬렉션을 포함합니다.
public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
- 특성
- 구현
설명
이 컬렉션에는 IDTSOutput100 데이터 흐름 구성 요소의 개체가 포함되며 출력을 추가, 제거 및 열거할 수 있는 메서드도 포함되어 있습니다.
속성
Count |
IDTSOutputCollection100에 포함된 요소 수를 가져옵니다. |
Item[Object] |
|
메서드
FindObjectByID(Int32) |
컬렉션에서 요청된 개체를 해당 ID로 찾습니다. |
FindObjectIndexByID(Int32) |
컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다. |
GetEnumerator() |
IDTSOutputCollection100을 반복할 수 있는 열거자를 반환합니다. |
GetObjectByID(Int32) |
지정된 ID의 IDTSOutput100 개체를 검색합니다. |
GetObjectIndexByID(Int32) |
지정된 ID를 갖는 IDTSInput100의 인덱스를 검색합니다. |
New() |
새 IDTSOutput100 개체를 만들어 IDTSOutputColumnCollection100에 추가합니다. |
NewAt(Int32) |
새 IDTSOutput100 개체를 만들어 컬렉션의 지정된 |
RemoveAll() |
컬렉션에서 각 IDTSOutput100 개체를 삭제합니다. |
RemoveObjectByID(Int32) |
|
RemoveObjectByIndex(Object) |
지정된 위치에서 IDTSOutput100을 삭제합니다. |
SetIndex(Int32, Int32) |
컬렉션에서 IDTSOutput100 개체의 위치를 변경합니다. |