Compartilhar via


Interface IDTSPackagePath

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Interface IDTSPackagePath
'Uso
Dim instance As IDTSPackagePath
public interface IDTSPackagePath
public interface class IDTSPackagePath
type IDTSPackagePath =  interface end
public interface IDTSPackagePath

O tipo IDTSPackagePath expõe os membros a seguir.

Métodos

  Nome Descrição
Método público GetPackagePath Returns a String that contains the relative path to the package location.

Início

Comentários

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime