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.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.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
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.

Osservazioni

For more information, see DTSExecutionLocation.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper