Enumerazione DTSExecutionLocation
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the DTS execution location.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Enumeration DTSExecutionLocation
'Utilizzo
Dim instance As DTSExecutionLocation
public enum DTSExecutionLocation
public enum class DTSExecutionLocation
type DTSExecutionLocation
public enum DTSExecutionLocation
Membri
Nome membro | Descrizione | |
---|---|---|
InProcess | The execution location is in process. | |
OutOfProcess | The execution location is out of process. | |
Remote | The execution location is remote. |