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 对象的位置。

适用于