DTSExecutionLocation Enum
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
C#
public enum DTSExecutionLocation
type DTSExecutionLocation =
Public Enum DTSExecutionLocation
- Inheritance
-
DTSExecutionLocation
Name | Value | Description |
---|---|---|
InProcess | 0 | The execution location is in process. |
OutOfProcess | 1 | The execution location is out of process. |
Remote | 2 | The execution location is remote. |
Produk | Versi |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |