IDTSPackagePath Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface implemented by containers that need to have the package path returned into a property.
public interface class IDTSPackagePath
public interface IDTSPackagePath
type IDTSPackagePath = interface
Public Interface IDTSPackagePath
- Derived
Remarks
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.
Methods
GetPackagePath() |
Returns a String that contains the relative path to the package location. |