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)

适用于