Share via


ForEachEnumeratorHost.GetPackagePath Method

Gets the package path for the ForEachEnumeratorHost object.

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

Syntax

'Declaration
Public Function GetPackagePath As String
'Usage
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

Return Value

Type: System.String
The package path.

Implements

IDTSPackagePath.GetPackagePath()

See Also

Reference

ForEachEnumeratorHost Class

Microsoft.SqlServer.Dts.Runtime Namespace