Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum DTSExecutionLocation
Member nameDescription
InProcessThe execution location is in process.
OutOfProcessThe execution location is out of process.
RemoteThe execution location is remote.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.