Partager via


Interface IDTSPackagePath

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Interface IDTSPackagePath
'Utilisation
Dim instance As IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
type IDTSPackagePath =  interface end
public interface IDTSPackagePath

Le type IDTSPackagePath expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetPackagePath Returns a String that contains the relative path to the package location.

Haut de la page

Notes

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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime