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

InProcess 0

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

OutOfProcess 1

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

Remote 2

L'emplacement d'exécution est distant.

S’applique à