IDTSPackagePath 接口

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Interface IDTSPackagePath
用法
Dim instance As IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
type IDTSPackagePath =  interface end
public interface IDTSPackagePath

IDTSPackagePath 类型公开以下成员。

方法

  名称 说明
公共方法 GetPackagePath Returns a String that contains the relative path to the package location.

页首

注释

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.