Compartir a través de


IDTSPackagePath Interface

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

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Interface IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
public interface IDTSPackagePath
public interface IDTSPackagePath

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSPackagePath Members
Microsoft.SqlServer.Dts.Runtime Namespace