IDTSForEachItems100 インターフェイス

定義

ForEachItems オブジェクトのインターフェイスを表します。

public interface class IDTSForEachItems100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("9FBD0627-6D10-4800-8FAC-5EFD4468AC8C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("75310B94-8005-4A5C-AC39-2235BED10E29")]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9D1D18BF-B305-47C9-B161-DCC214939E19")]
public interface IDTSForEachItems100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("9FBD0627-6D10-4800-8FAC-5EFD4468AC8C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachItems100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("75310B94-8005-4A5C-AC39-2235BED10E29")>]
type IDTSForEachItems100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9D1D18BF-B305-47C9-B161-DCC214939E19")>]
type IDTSForEachItems100 = interface
    interface IEnumerable
Public Interface IDTSForEachItems100
Implements IEnumerable
属性
実装

プロパティ

Count

コレクションに含まれる数字または要素を取得します。

Item[Object]

IDTSForEachItemValue100 オブジェクトをコレクションから取得します。

メソッド

Add()

新しいコレクションを IDTSForEachItems100 コレクションに追加します。

GetEnumerator()

コレクションに対する繰り返し処理で使用する列挙子を返します。

Remove(Object)

IDTSForEachItems100 コレクションから指定したコレクションを削除します。

適用対象