IDTSForEachItem100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents an interface for the ForEachItem object.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSForEachItem100
[GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface IDTSForEachItem100 : IEnumerable
[GuidAttribute(L"92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface class IDTSForEachItem100 : IEnumerable
[<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")>]
type IDTSForEachItem100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachItem100 extends IEnumerable

IDTSForEachItem100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of elements contained in the collection.
公用屬性 Item 基礎結構。Gets an IDTSForEachItemValue100 object from the collection.

上層

方法

  名稱 說明
公用方法 Add 基礎結構。Adds a new, empty IDTSForEachItemValue100 object to the end of the collection.
公用方法 GetEnumerator 基礎結構。Returns an enumerator for use in iterating over the collection.
公用方法 Remove 基礎結構。Removes an IDTSForEachItem100 object from the collection.

上層

請參閱

參考

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