This topic has not yet been rated - Rate this topic

IDTSPackagePath Interface

Defines an interface implemented by containers that need to have the package path returned into a property.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public interface IDTSPackagePath

The IDTSPackagePath type exposes the following members.

  Name Description
Public method GetPackagePath Returns a String that contains the relative path to the package location.
Top

Used when an object needs to retrieve the relative path of the package that the object belongs to. Currently this interface is implemented by the Package, ConnectionManager, DtsEventHandler, ForLoop, ForEachLoop, LogProvider, Sequence, TaskHost, and Variable classes.

Did you find this helpful?
(1500 characters remaining)