IDTSOutputColumnCollection100 インターフェイス

定義

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
属性
実装

注釈

IDTSOutputColumnCollection100は IDTSOutputColumn100 オブジェクトのコレクションを含んでいます。 このコレクションの列は、コンポーネントが下流コンポーネントに提供する列を表しています。

コレクションを含むコンポーネントは、外部データソースに基づいて列を追加するソースコンポーネントである場合もあれば、 IDTSInput100で受け取った列に基づいてカラムを作成する変換コンポーネントである場合もあります。

適用対象