IDTSInputColumnCollection100.New メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい IDTSInputColumn100 を作成してコレクションに追加します。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function New () As IDTSInputColumn100
戻り値
新しい IDTSInputColumn100 オブジェクト。
- 属性
注釈
IDTSInputColumn100 オブジェクトは、このメソッドを使って作成されます。 NewAt メソッドを使用しない限り、新しい列はコレクションの末尾に挿入されます。