DTSExecutionLocation Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the DTS execution location.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSEL_INPROC_SERVER | The execution location is in process. | |
| DTSEL_LOCAL_SERVER | The execution location is out of process. | |
| DTSEL_REMOTE_SERVER | The execution location is remote. |
For more information, see DTSExecutionLocation.
Show: