DTSObjectHostType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit le type de conteneur qui héberge l'autre tâche ou conteneur.
public enum class DTSObjectHostType
public enum DTSObjectHostType
type DTSObjectHostType =
Public Enum DTSObjectHostType
- Héritage
-
DTSObjectHostType
Champs
DTSOHT_CONNECTIONMANAGER | 1 | L'hôte est un gestionnaire de connexions. |
DTSOHT_FOREACHENUMERATOR | 3 | L'hôte est un énumérateur Foreach. |
DTSOHT_LOGPROVIDER | 2 | L'hôte est un module fournisseur d'informations |
DTSOHT_TASK | 0 | L'hôte est une tâche. |
Remarques
Pour plus d’informations, consultez DTSObjectHostType.