DTSExecutionLocation 枚举

定义

指定 DTS 执行位置。

public enum class DTSExecutionLocation
public enum DTSExecutionLocation
type DTSExecutionLocation = 
Public Enum DTSExecutionLocation
继承
DTSExecutionLocation

字段

InProcess 0

执行位置处于进程中。

OutOfProcess 1

执行位置处于进程外。

Remote 2

执行位置处于远程。

适用于