次の方法で共有


IDTSVirtualInputColumnCollection100 インターフェイス

定義

public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("99F6F64E-A32D-4819-9230-CBF837092F69")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("99F6F64E-A32D-4819-9230-CBF837092F69")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
属性
実装

注釈

IDTSVirtualInputColumnCollection100 には、オブジェクトの IDTSVirtualInputColumn100 コレクションが含まれています。 コレクション内の各仮想入力列は、グラフにおける上流コンポーネントの IDTSOutputColumn100 内の IDTSOutput100 列を表します。

プロパティ

Count
Item[Object]

メソッド

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
GetVirtualInputColumnByLineageID(Int32)
GetVirtualInputColumnByName(String, String)
SetIndex(Int32, Int32)

適用対象