Freigeben über


DTSExecutionLocation Enumeration

Definition

Gibt den DTS-Ausführungsort an.

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

Felder

DTSEL_INPROC_SERVER 0

Der Ausführungsort befindet sich innerhalb des Prozesses.

DTSEL_LOCAL_SERVER 1

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

DTSEL_REMOTE_SERVER 2

Der Ausführungsort ist ein Remotestandort.

Hinweise

Weitere Informationen finden Sie unter DTSExecutionLocation.

Gilt für: