DTSExecutionLocation 列挙型

定義

DTS の実行場所を指定します。

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

フィールド

InProcess 0

実行場所はインプロセスです。

OutOfProcess 1

実行場所はアウト プロセスです。

Remote 2

実行場所はリモートです。

適用対象