언어

IDTSOutputCollection100 인터페이스

정의

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 하며, 출력을 추가, 삭제, 열거할 수 있는 메서드도 포함합니다.

속성

Name Description
Count

에 포함된 IDTSOutputCollection100원소 수를 얻는다.

Item[Object]

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

메서드

Name Description
FindObjectByID(Int32)

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

FindObjectIndexByID(Int32)

요청된 객체의 인덱스를 ID로 수집 내에서 찾습니다.

GetEnumerator()

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

GetObjectByID(Int32)

지정된 ID를 가진 객체를 IDTSOutput100 검색합니다.

GetObjectIndexByID(Int32)

지정된 ID를 가진 하나의 IDTSInput100 인덱스를 가져옵니다.

New()

새 IDTSOutput100 객체를 생성하여 IDTSOutputColumnCollection100.

NewAt(Int32)

새로운 IDTSOutput100 객체를 생성하여 지정된 Index집합에 추가합니다.

RemoveAll()

컬렉션 내 각 IDTSOutput100 객체를 삭제합니다.

RemoveObjectByID(Int32)

매개변수에 의해 lID 지정된 것을 IDTSOutput100 삭제합니다.

RemoveObjectByIndex(Object)

지정된 위치에서 a IDTSOutput100 를 삭제합니다.

SetIndex(Int32, Int32)

컬렉션 내 객체의 IDTSOutput100 위치를 변경합니다.

적용 대상