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接收其值。

适用于