DTSObjectType É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.
Spécifie les objets qui implémentent l’interface IDTSObject100 dans le modèle d’objets de flux de données.
public enum class DTSObjectType
public enum DTSObjectType
type DTSObjectType =
Public Enum DTSObjectType
- Héritage
-
DTSObjectType
Champs
| Nom | Valeur | Description |
|---|---|---|
| OT_UNSPECIFIED | 0 | Précise que le type d’objet était inconnu du moteur de flux de données. |
| OT_SOURCEADAPTER | 1 | Précise qu’un objet est un composant source qui possède un ou plusieurs IDTSOutput100 objets et zéro IDTSInput100 objet. |
| OT_DESTINATIONADAPTER | 2 | Spécifie qu’un objet est un composant de destination ayant un ou plusieurs IDTSInput100 objets et zéro IDTSOutput100 objet. |
| OT_TRANSFORM | 4 | Précise qu’un objet est un composant transformé qui possède un ou plusieurs IDTSOutput100 objets et un ou plusieurs IDTSInput100 objets. |
| OT_COMPONENT | 8 | Spécifie un objet comme composant de flux de données qui implémente les IDTSDesigntimeComponent100 interfaces et IDTSRuntimeComponent100 . |
| OT_COMPONENTVIEWER | 16 | Précise qu’un objet est un IDTSComponentView100 objet. |
| OT_PATH | 32 | Précise qu’un objet est un IDTSPath100 objet. |
| OT_INPUT | 64 | Précise qu’un objet est un IDTSInput100 objet. |
| OT_VIRTUALINPUT | 128 | Précise qu’un objet est un IDTSVirtualInput100 objet. |
| OT_OUTPUT | 256 | Précise qu’un objet est un IDTSOutput100 objet. |
| OT_INPUTCOLUMN | 512 | Précise qu’un objet est un IDTSInputColumn100 objet. |
| OT_OUTPUTCOLUMN | 1024 | Précise qu’un objet est un IDTSOutputColumn100 objet. |
| OT_VIRTUALINPUTCOLUMN | 2048 | Précise qu’un objet est un IDTSVirtualInputColumn100 objet. |
| OT_PROPERTY | 4096 | Précise qu’un objet est un IDTSCustomProperty100 objet. |
| OT_RUNTIMECONNECTION | 8192 | Précise qu’un objet est un IDTSRuntimeConnection100 objet. |
| OT_EXTERNALMETADATACOLUMN | 16384 | Précise qu’un objet est un IDTSExternalMetadataColumn100 objet. |
Remarques
Cette énumération contient les objets du modèle d’objets de flux de données qui implémentent l’interface IDTSObject100 .