다음을 통해 공유


DTSObjectType 열거형

Specifies the objects that implement the IDTSObject100 interface in the data flow object model.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Public Enumeration DTSObjectType
‘사용 방법
Dim instance As DTSObjectType
public enum DTSObjectType
public enum class DTSObjectType
type DTSObjectType
public enum DTSObjectType

멤버

멤버 이름 설명
OT_UNSPECIFIED Specifies that the object type was unknown to the data flow engine.
OT_SOURCEADAPTER Specifies that an object is a source component that has one or more IDTSOutput100 objects and zero IDTSInput100 objects.
OT_DESTINATIONADAPTER Specifies that an object is a destination component having one or more IDTSInput100 objects and zero IDTSOutput100 objects.
OT_TRANSFORM Specifies that an object is a transform component that has one or more IDTSOutput100 objects and one or more IDTSInput100 objects.
OT_COMPONENT Specifies an object as a data flow component that implements the IDTSDesigntimeComponent100 and IDTSRuntimeComponent100 interfaces.
OT_COMPONENTVIEWER Specifies that an object is an IDTSComponentView100 object.
OT_PATH Specifies that an object is an IDTSPath100 object.
OT_INPUT Specifies that an object is an IDTSInput100 object.
OT_VIRTUALINPUT Specifies that an object is an IDTSVirtualInput100 object.
OT_OUTPUT Specifies that an object is an IDTSOutput100 object.
OT_INPUTCOLUMN Specifies that an object is an IDTSInputColumn100 object.
OT_OUTPUTCOLUMN Specifies that an object is an IDTSOutputColumn100 object.
OT_VIRTUALINPUTCOLUMN Specifies that an object is an IDTSVirtualInputColumn100 object.
OT_PROPERTY Specifies that an object is an IDTSCustomProperty100 object.
OT_RUNTIMECONNECTION Specifies that an object is an IDTSRuntimeConnection100 object.
OT_EXTERNALMETADATACOLUMN Specifies that an object is an IDTSExternalMetadataColumn100 object.

주의

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