IDTSExecutionLocation100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see TaskHost.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E4D787DE-A62B-4109-A75B-571A563BE4B9")> _
Public Interface IDTSExecutionLocation100
'Usage
Dim instance As IDTSExecutionLocation100
[GuidAttribute("E4D787DE-A62B-4109-A75B-571A563BE4B9")]
public interface IDTSExecutionLocation100
[GuidAttribute(L"E4D787DE-A62B-4109-A75B-571A563BE4B9")]
public interface class IDTSExecutionLocation100
[<GuidAttribute("E4D787DE-A62B-4109-A75B-571A563BE4B9")>]
type IDTSExecutionLocation100 = interface end
public interface IDTSExecutionLocation100
The IDTSExecutionLocation100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionAddress | Infrastructure. For more information, see TaskHost. | |
ExecutionLocation | Infrastructure. For more information, see TaskHost. |
Top