ForEachEnumeratorHost.GetPackagePath 메서드
Gets the package path for the ForEachEnumeratorHost object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Function GetPackagePath As String
‘사용 방법
Dim instance As ForEachEnumeratorHost
Dim returnValue As String
returnValue = instance.GetPackagePath()
public string GetPackagePath()
public:
virtual String^ GetPackagePath() sealed
abstract GetPackagePath : unit -> string
override GetPackagePath : unit -> string
public final function GetPackagePath() : String
반환 값
유형: System.String
The package path.
구현
IDTSPackagePath.GetPackagePath()