ForEachEnumeratorHost.GetPackagePath Método
Gets the package path for the ForEachEnumeratorHost object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetPackagePath As String
'Uso
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
Valor devuelto
Tipo: System.String
The package path.
Implementa
IDTSPackagePath.GetPackagePath()