IDTSForEachItems100 接口

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

Represents an interface for the ForEachItems object.

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

语法

声明
<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")> _
Public Interface IDTSForEachItems100 _
    Inherits IEnumerable
用法
Dim instance As IDTSForEachItems100
[GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")>]
type IDTSForEachItems100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachItems100 extends IEnumerable

IDTSForEachItems100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。Gets the number or elements contained in the collection.
公共属性 Item 基础结构。Gets an IDTSForEachItemValue100 object from the collection.

页首

方法

  名称 说明
公共方法 Add 基础结构。Adds a new collection to the IDTSForEachItems100 collection.
公共方法 GetEnumerator 基础结构。Returns an enumerator for use in iterating over the collection.
公共方法 Remove 基础结构。Removes a specified collection from the IDTSForEachItems100 collection.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间