IDTSComponentMetaDataCollection100 인터페이스

정의

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
특성
구현

설명

IDTSComponentMetaDataCollection100 컬렉션에는 클래스에 IDTSComponentMetaData100 추가 MainPipe 된 구성 요소인 개체가 포함되어 있습니다.

구성 요소는 New 메서드를 호출하여 IDTSComponentMetaDataCollection100에 추가됩니다. 이 컬렉션의 개체는 개체 모델 MainPipe 에서 개체인 데이터 흐름 작업의 구성 요소를 나타냅니다.

속성

Count
Item[Object]

메서드

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

적용 대상