DTSObjectType Enumeration
Specifies the objects that implement the IDTSObject90 interface in the data flow object model.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
Public Enumeration DTSObjectType
public enum DTSObjectType
public enum class DTSObjectType
public enum DTSObjectType
public enum DTSObjectType
Members
Member name | Description |
---|---|
OT_COMPONENT | Specifies an object as a data flow component that implements the IDTSDesigntimeComponent90 and IDTSRuntimeComponent90 interfaces. |
OT_COMPONENTVIEWER | Specifies that an object is an IDTSComponentView90 object. |
OT_DESTINATIONADAPTER | Specifies that an object is a destination component having one or more IDTSInput90 objects and zero IDTSOutput90 objects. |
OT_EXTERNALMETADATACOLUMN | Specifies that an object is an IDTSExternalMetadataColumn90 object. |
OT_INPUT | Specifies that an object is an IDTSInput90 object. |
OT_INPUTCOLUMN | Specifies that an object is an IDTSInputColumn90 object. |
OT_OUTPUT | Specifies that an object is an IDTSOutput90 object. |
OT_OUTPUTCOLUMN | Specifies that an object is an IDTSOutputColumn90 object. |
OT_PATH | Specifies that an object is an IDTSPath90 object. |
OT_PROPERTY | Specifies that an object is an IDTSCustomProperty90 object. |
OT_RUNTIMECONNECTION | Specifies that an object is an IDTSRuntimeConnection90 object. |
OT_SOURCEADAPTER | Specifies that an object is a source component that has one or more IDTSOutput90 objects and zero IDTSInput90 objects. |
OT_TRANSFORM | Specifies that an object is a transform component that has one or more IDTSOutput90 objects and one or more IDTSInput90 objects. |
OT_UNSPECIFIED | Specifies that the object type was unknown to the data flow engine. |
OT_VIRTUALINPUT | Specifies that an object is an IDTSVirtualInput90 object. |
OT_VIRTUALINPUTCOLUMN | Specifies that an object is an IDTSVirtualInputColumn90 object. |
주의
This enumeration contains the objects in the data flow object model that implement the IDTSObject90 interface.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.