IDTSOutputCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 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] |
获取由 |
方法
FindObjectByID(Int32) |
按照其 ID 在集合中定位所请求的对象。 |
FindObjectIndexByID(Int32) |
按照其 ID 在集合中定位所请求对象的索引。 |
GetEnumerator() |
返回可遍历 IDTSOutputCollection100 的枚举器。 |
GetObjectByID(Int32) |
检索具有指定 ID 的 IDTSOutput100 对象。 |
GetObjectIndexByID(Int32) |
检索具有指定 ID 的 IDTSInput100 对象的索引。 |
New() |
创建新的 IDTSOutput100 对象并将其添加到 IDTSOutputColumnCollection100。 |
NewAt(Int32) |
创建新的 IDTSOutput100 对象并将其添加到集合中的指定 |
RemoveAll() |
删除集合中的每个 IDTSOutput100 对象。 |
RemoveObjectByID(Int32) |
删除由 |
RemoveObjectByIndex(Object) |
删除指定位置的 IDTSOutput100。 |
SetIndex(Int32, Int32) |
更改集合中 IDTSOutput100 对象的位置。 |