IDTSExecutionPath100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSExecutionPath.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("485DA57D-9426-4A83-A052-C8D174465A4E")> _
Public Interface IDTSExecutionPath100
'Usage
Dim instance As IDTSExecutionPath100
[GuidAttribute("485DA57D-9426-4A83-A052-C8D174465A4E")]
public interface IDTSExecutionPath100
[GuidAttribute(L"485DA57D-9426-4A83-A052-C8D174465A4E")]
public interface class IDTSExecutionPath100
[<GuidAttribute("485DA57D-9426-4A83-A052-C8D174465A4E")>]
type IDTSExecutionPath100 = interface end
public interface IDTSExecutionPath100
The IDTSExecutionPath100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetExecutionPath | Infrastructure. For more information, see IDTSExecutionPath. |
Top