Share via


DTSExecutionLocation Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the DTS execution location.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Enumeration DTSExecutionLocation
'Usage
Dim instance As DTSExecutionLocation
public enum DTSExecutionLocation
public enum class DTSExecutionLocation
type DTSExecutionLocation
public enum DTSExecutionLocation

Members

Member name Description
InProcess The execution location is in process.
OutOfProcess The execution location is out of process.
Remote The execution location is remote.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace