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 네임스페이스