DTSExecutionLocation Énumération

Définition

Spécifie l'emplacement d'exécution DTS.

public enum class DTSExecutionLocation
public enum DTSExecutionLocation
type DTSExecutionLocation = 
Public Enum DTSExecutionLocation
Héritage
DTSExecutionLocation

Champs

DTSEL_INPROC_SERVER 0

L'emplacement d'exécution est en cours.

DTSEL_LOCAL_SERVER 1

L'emplacement d'exécution se trouve en dehors du processus.

DTSEL_REMOTE_SERVER 2

L'emplacement d'exécution est distant.

Remarques

Pour plus d’informations, consultez DTSExecutionLocation.

S’applique à