IDTSPathCollection100.New 方法

定义

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

返回

新的 IDTSPath100 对象。

属性

注解

路径是通过调用集合的新方法创建的。 新创建的路径没有StartPointEndPoint或这些属性通过对方法的调用AttachPathAndPropagateNotifications接收其值。

适用于