Метод Sequence.GetExecutionPath
Returns the execution path of the current sequence.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Function GetExecutionPath As String
'Применение
Dim instance As Sequence
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()