Compartir a través de


Enumeración DTSObjectHostType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Describes the type of container that is hosting the other task or container.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSObjectHostType
'Uso
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType

Miembros

Nombre del miembro Descripción
DTSOHT_CONNECTIONMANAGER The host is a connection manager.
DTSOHT_FOREACHENUMERATOR The host is a Foreach enumerator.
DTSOHT_LOGPROVIDER The host is a log provider.
DTSOHT_TASK The host is a task.

Comentarios

For more information, see DTSObjectHostType.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper