IDTSInputColumn100 インターフェイス

定義

public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
属性
実装

注釈

入力列は、実行中にコンポーネントが受け取る、読み取る、または変更する列を表します。 パッケージ実行中に列に含まれるデータを記述するプロパティが含まれています。 これらは IDTSInputColumnCollection100 コレクションのNew またはNewAtメソッドを呼び出すことで作成されます。

適用対象