DTSExecutionLocation Enumeration

Definition

Gibt den DTS-Ausführungsort an.

public enum class DTSExecutionLocation
public enum DTSExecutionLocation
type DTSExecutionLocation = 
Public Enum DTSExecutionLocation
Vererbung
DTSExecutionLocation

Felder

InProcess 0

Der Ausführungsort befindet sich innerhalb des Prozesses.

OutOfProcess 1

Der Ausführungsort befindet sich außerhalb des Prozesses.

Remote 2

Der Ausführungsort ist ein Remotestandort.

Gilt für: