IDTSInputColumnCollection100 インターフェイス

定義

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C2E3A7F7-D5C2-440F-AC3D-00E8ABFB7BCD")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C2E3A7F7-D5C2-440F-AC3D-00E8ABFB7BCD")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
属性
実装

注釈

IDTSInputColumnCollection100はIDTSInputColumn100オブジェクトのコレクションを含んでいます。 コレクションは、コレクション内のアイテムを追加、削除、列挙する機能を提供します。

コレクション内の列は通常、設計時インターフェースの SetUsageType メソッドを呼び出してコレクションに挿入されます。 このメソッドは列の UsageType プロパティを設定し、それをコレクションに配置します。

適用対象