IDTSComponentMetaDataCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 IDTSComponentMetaData100 对象的集合。
public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
- 属性
- 实现
注解
集合 IDTSComponentMetaDataCollection100 包含 IDTSComponentMetaData100 对象,这些对象是已添加到 类的 MainPipe 组件。
组件通过调用 New 方法添加到 。IDTSComponentMetaDataCollection100 此集合中的 对象表示数据流任务中的组件,该任务在对象模型中是 MainPipe 对象。
属性
Count |
获取 IDTSComponentMetaDataCollection100 中包含的元素数。 |
Item[Object] |
获取由 |
方法
FindObjectByID(Int32) |
按照其 ID 在集合中定位所请求的对象。 |
FindObjectIndexByID(Int32) |
按照其 ID 在集合中定位所请求对象的索引。 |
GetEnumerator() |
返回集合的 IDTSComponentMetaDataCollection100 IEnumerator。 |
GetObjectByID(Int32) |
从 IDTSComponentMetaData100 集合中检索 IDTSComponentMetaDataCollection100 对象。 |
GetObjectIndexByID(Int32) |
检索 IDTSComponentMetaDataCollection100 集合中 IDTSComponentMetaData100 对象的位置。 |
New() |
创建新的 IDTSComponentMetaData100 对象并将其添加到 IDTSComponentMetaDataCollection100 集合。 |
NewAt(Int32) |
在 IDTSComponentMetaData100 集合中的指定位置创建新的 IDTSComponentMetaDataCollection100 对象。 |
RemoveAll() |
删除 IDTSComponentMetaData100 集合中的每个 IDTSComponentMetaDataCollection100 对象。 |
RemoveObjectByID(Int32) |
删除具有指定 ID 的 IDTSComponentMetaData100 对象。 |
RemoveObjectByIndex(Object) |
删除 IDTSComponentMetaData100 集合中指定位置的 IDTSComponentMetaDataCollection100 对象。 |
SetIndex(Int32, Int32) |
将 IDTSComponentMetaData100 对象移至 IDTSComponentMetaDataCollection100 集合中的新位置。 |