IDTSForEachVariableMappings100 接口

定义

表示 ForEachVariableMappings 对象的实例。

public interface class IDTSForEachVariableMappings100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2D6BE84D-5943-4B60-9654-B01C9DEA27BF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachVariableMappings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BE3E8F85-F820-41B8-BA33-FACE8C84ECD8")]
public interface IDTSForEachVariableMappings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8E4A913-ECA0-441C-B2EA-770CE7F90693")]
public interface IDTSForEachVariableMappings100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2D6BE84D-5943-4B60-9654-B01C9DEA27BF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachVariableMappings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BE3E8F85-F820-41B8-BA33-FACE8C84ECD8")>]
type IDTSForEachVariableMappings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8E4A913-ECA0-441C-B2EA-770CE7F90693")>]
type IDTSForEachVariableMappings100 = interface
    interface IEnumerable
Public Interface IDTSForEachVariableMappings100
Implements IEnumerable
属性
实现

属性

Count

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

Item[Object]

从集合中获取 IDTSForEachVariableMappings100 对象。

方法

Add()

将新的集合添加到 IDTSForEachVariableMappings100 集合。

GetEnumerator()

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

Remove(Object)

IDTSForEachVariableMappings100 集合中删除指定的集合。

适用于