IDTSForEachEnumerator100 接口

定义

定义 ForEachEnumerator 的属性和方法。

public interface class IDTSForEachEnumerator100
[System.Runtime.InteropServices.Guid("B2C90FA2-4526-4B7F-BF70-57DFDFFDE95C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachEnumerator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("010C96F7-AAB2-46A3-B4FF-D23645B19FEC")]
public interface IDTSForEachEnumerator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("581B370D-13AA-4381-9F81-2BE1C781F55B")]
public interface IDTSForEachEnumerator100
[<System.Runtime.InteropServices.Guid("B2C90FA2-4526-4B7F-BF70-57DFDFFDE95C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachEnumerator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("010C96F7-AAB2-46A3-B4FF-D23645B19FEC")>]
type IDTSForEachEnumerator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("581B370D-13AA-4381-9F81-2BE1C781F55B")>]
type IDTSForEachEnumerator100 = interface
Public Interface IDTSForEachEnumerator100
派生
属性

属性

CollectionEnumerator

获取或设置一个值,该值指示枚举器正在遍历哪种类型的对象。

方法

GetEnumerator(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

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

InitializeForEachEnumerator(IDTSConnections100, IDTSInfoEvents100, IDTSObjectReferenceTracker100)

初始化与该任务相关联的属性。

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

允许枚举器确定它是否包含阻止其成功执行的无效设置。

适用于