DTSExecutionLocation 列挙型

定義

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

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

フィールド

名前 説明
InProcess 0

処刑場所は進行中です。

OutOfProcess 1

処刑場所が処理外です。

Remote 2

処刑場所は遠隔地です。

適用対象