É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.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.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 | |
---|---|---|
DTSEL_INPROC_SERVER | The execution location is in process. | |
DTSEL_LOCAL_SERVER | The execution location is out of process. | |
DTSEL_REMOTE_SERVER | The execution location is remote. |
Notes
For more information, see DTSExecutionLocation.