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.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| InProcess | This API supports the product infrastructure and is not intended to be used directly from your code. The execution location is in process. | |
| OutOfProcess | This API supports the product infrastructure and is not intended to be used directly from your code. The execution location is out of process. | |
| Remote | This API supports the product infrastructure and is not intended to be used directly from your code. The execution location is remote. |
Show: