ForEachEnumeratorHost.GetExecutionPath 方法
Gets the execution path for the ForEachEnumeratorHost object.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Function GetExecutionPath As String
'用途
Dim instance As ForEachEnumeratorHost
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()