IDTSForEachItems100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see ForEachItems.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")> _
Public Interface IDTSForEachItems100 _
    Inherits IEnumerable
用法
Dim instance As IDTSForEachItems100
[GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")>]
type IDTSForEachItems100 =  
    interface
        interface IEnumerable
    end
public interface IDTSForEachItems100 extends IEnumerable

IDTSForEachItems100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。For more information, see ForEachItems.
公共属性 Item 基础结构。For more information, see ForEachItems.

页首

方法

  名称 说明
公共方法 Add 基础结构。For more information, see ForEachItems.
公共方法 GetEnumerator() () () () (从 IEnumerable 继承。)
公共方法 GetEnumerator() () () () 基础结构。For more information, see ForEachItems.
公共方法 Remove 基础结构。For more information, see ForEachItems.

页首