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)

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

適用対象