DTSExecutionLocation Enum

Definition

Specifies the DTS execution location.

public enum class DTSExecutionLocation
public enum DTSExecutionLocation
type DTSExecutionLocation = 
Public Enum DTSExecutionLocation
Inheritance
DTSExecutionLocation

Fields

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.

Applies to