Enumerazione DTSObjectHostType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSObjectHostType
'Utilizzo
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType

Membri

Nome membro Descrizione
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.

Osservazioni

For more information, see DTSObjectHostType.

Vedere anche

Riferimento

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