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 데이터 흐름 구성 요소의 개체가 포함되며 출력을 추가, 제거 및 열거할 수 있는 메서드도 포함되어 있습니다.

속성

Count

IDTSOutputCollection100에 포함된 요소 수를 가져옵니다.

Item[Object]

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

메서드

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)

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

SetIndex(Int32, Int32)

컬렉션에서 IDTSOutput100 개체의 위치를 변경합니다.

적용 대상