共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間