Compartilhar via


Enumeração DTSExecutionLocation

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the DTS execution location.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Enumeration DTSExecutionLocation
'Uso
Dim instance As DTSExecutionLocation
public enum DTSExecutionLocation
public enum class DTSExecutionLocation
type DTSExecutionLocation
public enum DTSExecutionLocation

Membros

Nome do membro Descrição
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.

Comentários

For more information, see DTSExecutionLocation.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper