Freigeben über


DTSExecutionLocation-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the DTS execution location.

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

Syntax

'Declaration
Public Enumeration DTSExecutionLocation
'Usage
Dim instance As DTSExecutionLocation
public enum DTSExecutionLocation
public enum class DTSExecutionLocation
type DTSExecutionLocation
public enum DTSExecutionLocation

Elemente

Elementname Beschreibung
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.

Hinweise

For more information, see DTSExecutionLocation.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace