言語

IDTSPathCollection100.New メソッド

定義

新しい IDTSPath100 を作成し、コレクションに追加します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 New();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function New () As IDTSPath100

返品

新しい IDTSPath100 オブジェクトです。

属性

注釈

パスはコレクションの New メソッドを呼び出して作成されます。 新たに作成されたパスには StartPointEndPoint がありません。これらのプロパティは AttachPathAndPropagateNotifications メソッドへの呼び出しを通じて価値を受け取ります。

適用対象