IDTSConnectionManagerFlatFileColumns100 インターフェイス

定義

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

public interface class IDTSConnectionManagerFlatFileColumns100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManagerFlatFileColumns100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
    interface IEnumerable
Public Interface IDTSConnectionManagerFlatFileColumns100
Implements IEnumerable
属性
実装

プロパティ

名前 説明
Count

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

Item[Object]

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

メソッド

名前 説明
Add()

コレクションの最後に IDTSConnectionManagerFlatFileColumn100 オブジェクトを作成・追加します。

GetEnumerator()

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

MoveAfter(Object, IDTSConnectionManagerFlatFileColumn100)

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

MoveBefore(Object, IDTSConnectionManagerFlatFileColumn100)

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

Remove(Object)

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

適用対象