IDTSPackagePath Interface

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

命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

语法

声明
Public Interface IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
public interface IDTSPackagePath
public interface IDTSPackagePath

备注

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IDTSPackagePath Members
Microsoft.SqlServer.Dts.Runtime Namespace