IDTSExecutionLocation100 Interface

This API supports the 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("1430F477-9952-459E-9ACA-259387EDDFF2")> _
Public Interface IDTSExecutionLocation100
'Usage
Dim instance As IDTSExecutionLocation100
[GuidAttribute("1430F477-9952-459E-9ACA-259387EDDFF2")]
public interface IDTSExecutionLocation100
[GuidAttribute(L"1430F477-9952-459E-9ACA-259387EDDFF2")]
public interface class IDTSExecutionLocation100
[<GuidAttribute("1430F477-9952-459E-9ACA-259387EDDFF2")>]
type IDTSExecutionLocation100 =  interface end
public interface IDTSExecutionLocation100

The IDTSExecutionLocation100 type exposes the following members.

Properties

  Name Description
Public property ExecutionAddress Infrastructure. For more information, see TaskHost.
Public property ExecutionLocation Infrastructure. For more information, see TaskHost.

Top