Share via


IDTSPackagePath Interface

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

'Dichiarazione
Public Interface IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
public interface IDTSPackagePath
public interface IDTSPackagePath

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IDTSPackagePath Members
Microsoft.SqlServer.Dts.Runtime Namespace