DTSExecutionLocation 列舉

定義

指定 DTS 執行的位置。

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

欄位

InProcess 0

執行位置在處理序中。

OutOfProcess 1

執行位置跨處理序。

Remote 2

執行位置在遠端。

適用於