Metodo ForEachEnumeratorHost.GetPackagePath
Gets the package path for the ForEachEnumeratorHost object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function GetPackagePath As String
'Utilizzo
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
Valore restituito
Tipo: System.String
The package path.
Implementa
IDTSPackagePath.GetPackagePath()