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建立欄位。

適用於