DTSObjectType Enum

Definition

public enum class DTSObjectType
public enum DTSObjectType
type DTSObjectType = 
Public Enum DTSObjectType
Inheritance
DTSObjectType

Fields

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

Remarks

This enumeration contains the objects in the data flow object model that implement the IDTSObject100 interface.

Applies to