Método ForEachLoop.GetExecutionPath
Gets the execution path for the ForEachLoop object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Function GetExecutionPath As String
'Uso
Dim instance As ForEachLoop
Dim returnValue As String
returnValue = instance.GetExecutionPath()
public string GetExecutionPath()
public:
virtual String^ GetExecutionPath() sealed
abstract GetExecutionPath : unit -> string
override GetExecutionPath : unit -> string
public final function GetExecutionPath() : String
Valor de retorno
Tipo: System.String
The execution path.
Implementa
IDTSExecutionPath.GetExecutionPath()