IDTSForEachItem100 接口

定义

表示 ForEachItem 对象的接口。

public interface class IDTSForEachItem100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")]
public interface IDTSForEachItem100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("89D08D54-8941-4D65-B2D4-950E60EF8042")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("64FC7B57-7329-43C3-8A94-041811B31339")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("48918CFA-E83B-434A-9916-91495F07CA27")>]
type IDTSForEachItem100 = interface
    interface IEnumerable
Public Interface IDTSForEachItem100
Implements IEnumerable
属性
实现

属性

Count

获取集合中包含的元素数。

Item[Object]

从集合中获取 IDTSForEachItemValue100 对象。

方法

Add()

将新的空 IDTSForEachItemValue100 对象添加到集合的末尾。

GetEnumerator()

返回用于遍历集合的枚举器。

Remove(Object)

从集合中删除 IDTSForEachItem100 对象。

适用于