IDTSExecutionPath Interface
Represents the DTS execution path.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSExecutionPath
'Usage
Dim instance As IDTSExecutionPath
public interface IDTSExecutionPath
public interface class IDTSExecutionPath
type IDTSExecutionPath = interface end
public interface IDTSExecutionPath
The IDTSExecutionPath type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetExecutionPath | Returns the execution path of the component. |
Top