IDTSExecutables100 インターフェイス

定義

IDTSExecutable100 オブジェクトのコレクションを表します。

public interface class IDTSExecutables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")>]
type IDTSExecutables100 = interface
    interface IEnumerable
Public Interface IDTSExecutables100
Implements IEnumerable
属性
実装

プロパティ

Count

コレクションに格納されている要素の数を取得します。

Item[Object]

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

メソッド

Add(String)

新しいコンテナー オブジェクトまたはタスク オブジェクトをコレクションに追加します。

Contains(Object)

インデックスをパラメーターとして使用してコレクション内の項目にアクセスできるかどうかを示します。

GetEnumerator()

このコレクションを反復処理できる列挙子を返します。

Join(IDTSExecutable100)

既存のコンテナー オブジェクトまたはタスク オブジェクトをコレクションに追加します。

Remove(Object)

IDTSExecutable100 オブジェクトをコレクションから削除します。

適用対象