Partager via


Énumération DTSObjectHostType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSObjectHostType
'Utilisation
Dim instance As DTSObjectHostType
public enum DTSObjectHostType
public enum class DTSObjectHostType
type DTSObjectHostType
public enum DTSObjectHostType

Membres

Nom de membre Description
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.

Notes

For more information, see DTSObjectHostType.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper