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.
public enum class DTSObjectType
public enum DTSObjectType
type DTSObjectType =
Public Enum DTSObjectType
- Héritage
-
DTSObjectType
Champs
OT_COMPONENT | 8 | |
OT_COMPONENTVIEWER | 16 | |
OT_DESTINATIONADAPTER | 2 | |
OT_EXTERNALMETADATACOLUMN | 16384 | |
OT_INPUT | 64 | |
OT_INPUTCOLUMN | 512 | |
OT_OUTPUT | 256 | |
OT_OUTPUTCOLUMN | 1024 | |
OT_PATH | 32 | |
OT_PROPERTY | 4096 | |
OT_RUNTIMECONNECTION | 8192 | |
OT_SOURCEADAPTER | 1 | |
OT_TRANSFORM | 4 | |
OT_UNSPECIFIED | 0 | |
OT_VIRTUALINPUT | 128 | |
OT_VIRTUALINPUTCOLUMN | 2048 |
Remarques
Cette énumération contient les objets du modèle objet de flux de données qui implémentent l’interface IDTSObject100 .