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()