Énumération DTSExecutionLocation
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Specifies the DTS execution location.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Enumeration DTSExecutionLocation
'Utilisation
Dim instance As DTSExecutionLocation
public enum DTSExecutionLocation
public enum class DTSExecutionLocation
type DTSExecutionLocation
public enum DTSExecutionLocation
Membres
Nom de membre | Description | |
---|---|---|
InProcess | The execution location is in process. | |
OutOfProcess | The execution location is out of process. | |
Remote | The execution location is remote. |