IDTSPathCollection100.New 方法

Creates a new IDTSPath100 and adds it to a collection.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Function New As IDTSPath100
'用途
Dim instance As IDTSPathCollection100 
Dim returnValue As IDTSPath100 

returnValue = instance.New()
IDTSPath100 New()
IDTSPath100^ New()
abstract New : unit -> IDTSPath100
function New() : IDTSPath100

傳回值

型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
The new IDTSPath100 object.

備註

Paths are created by calling the New method of the collection. The newly created path does not have a StartPoint or EndPoint These properties receive their value through a call to the AttachPathAndPropagateNotifications method.

請參閱

參考

IDTSPathCollection100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間