DTSExecutionLocation Enum

Definition

Specifies the DTS execution location.

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

Fields

InProcess 0

The execution location is in process.

OutOfProcess 1

The execution location is out of process.

Remote 2

The execution location is remote.

Applies to