Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new IDTSPath100 and adds it to a collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function New As IDTSPath100
'Usage
Dim instance As IDTSPathCollection100
Dim returnValue As IDTSPath100
returnValue = instance.New()
IDTSPath100 New()
IDTSPath100^ New()
abstract New : unit -> IDTSPath100
function New() : IDTSPath100
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
The new IDTSPath100 object.
Hinweise
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.