DTSExecutionLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the DTS execution location.
public enum class DTSExecutionLocation
public enum DTSExecutionLocation
type DTSExecutionLocation =
Public Enum DTSExecutionLocation
- Inheritance
-
DTSExecutionLocation
Fields
Name | Value | Description |
---|---|---|
DTSEL_INPROC_SERVER | 0 | The execution location is in process. |
DTSEL_LOCAL_SERVER | 1 | The execution location is out of process. |
DTSEL_REMOTE_SERVER | 2 | The execution location is remote. |
Remarks
For more information, see DTSExecutionLocation.