IDTSConfigurations100 インターフェイス

定義

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

public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
    interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
属性
実装

注釈

詳細については、Configurationsを参照してください。

プロパティ

名前 説明
Count

コレクション内の要素の数を取得します。

Item[Object]

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

メソッド

名前 説明
Add()

IDTSConfiguration100 オブジェクトをコレクションの末尾に追加します。

GetEnumerator()

IDTSConfiguration100コレクションを反復するために列挙子を返します。

InsertAfter(Object, IDTSConfiguration100)

既存のIDTSConfiguration100オブジェクトの後にIDTSConfiguration100オブジェクトをコレクションに追加します。

InsertBefore(Object, IDTSConfiguration100)

既存のIDTSConfiguration100オブジェクトの前にIDTSConfiguration100オブジェクトをコレクションに追加します。

MoveAfter(Object, IDTSConfiguration100)

既存のIDTSConfiguration100オブジェクトの後にIDTSConfiguration100オブジェクトを移動させます。

MoveBefore(Object, IDTSConfiguration100)

既存のIDTSConfiguration100オブジェクトの前にIDTSConfiguration100オブジェクトを移動させます。

Remove(Object)

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

適用対象