Поделиться через


Метод ForEachLoop.GetExecutionPath

Gets the execution path for the ForEachLoop object.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Function GetExecutionPath As String
'Применение
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

Возвращаемое значение

Тип: System.String
The execution path.

Реализует

IDTSExecutionPath.GetExecutionPath()

См. также

Справочник

ForEachLoop Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime