次の方法で共有


IDTSInputColumnCollection100.New メソッド

定義

新しい 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 メソッドを使用しない限り、新しい列はコレクションの末尾に挿入されます。

適用対象