IDTSParameters100 インターフェイス

定義

パッケージ パラメーターとプロジェクト パラメーター コレクションの両方で使用されるクラスを表します。

public interface class IDTSParameters100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")>]
type IDTSParameters100 = interface
    interface IEnumerable
Public Interface IDTSParameters100
Implements IEnumerable
属性
実装

プロパティ

Count

DTSReadOnlyCollectionBase インスタンスに含まれている要素の数を取得します。

Item[Object]

パラメーター コレクション内の指定したインデックスを持つパラメーター オブジェクトを取得します。

メソッド

Add(String, UInt16)

指定した名前およびデータ型を使用して、パラメーター コレクションにパラメーター オブジェクトを追加します。

Contains(Object)

指定した名前のパラメーター オブジェクトがパラメーター コレクションに含まれているかどうかを判定します。

GetEnumerator()

DTSReadOnlyCollectionBase インスタンスを繰り返し処理できる列挙子を返します。

Join(IDTSParameter100)

指定したパラメーターをパラメーター コレクションに結合します。

Remove(Object)

パラメーター オブジェクトをパラメーター コレクションから削除します。

適用対象