DTSObjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DTSObjectType
public enum DTSObjectType
type DTSObjectType =
Public Enum DTSObjectType
- Inheritance
-
DTSObjectType
Fields
Name | Value | Description |
---|---|---|
OT_UNSPECIFIED | 0 | |
OT_SOURCEADAPTER | 1 | |
OT_DESTINATIONADAPTER | 2 | |
OT_TRANSFORM | 4 | |
OT_COMPONENT | 8 | |
OT_COMPONENTVIEWER | 16 | |
OT_PATH | 32 | |
OT_INPUT | 64 | |
OT_VIRTUALINPUT | 128 | |
OT_OUTPUT | 256 | |
OT_INPUTCOLUMN | 512 | |
OT_OUTPUTCOLUMN | 1024 | |
OT_VIRTUALINPUTCOLUMN | 2048 | |
OT_PROPERTY | 4096 | |
OT_RUNTIMECONNECTION | 8192 | |
OT_EXTERNALMETADATACOLUMN | 16384 |
Remarks
This enumeration contains the objects in the data flow object model that implement the IDTSObject100 interface.