语言

IDTSInputColumn100 接口

定义

表示上游组件的输出列,被选中供组件使用。

public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
派生
属性
实现

注解

输入列描述组件在执行过程中接收、读取或修改的列。 它们包含描述包执行期间列中数据的属性。 它们通过调用New集合的 IDTSInputColumnCollection100 or NewAt 方法来创建。

属性

名称 说明
CodePage

获取用于解释列中数据的字符集。

ComparisonFlags

获得一个指定两串字串比较方式的值。

CustomPropertyCollection

获取 IDTSCustomPropertyCollection100 输入列的集合。

DataType

获得一栏的关注 DataType

Description

获取或设置对象的 IDTSInputColumn100 描述文本。

ErrorOrTruncationOperation

获取或设置一个字符串,描述发生错误或截断时所发生的操作。

ErrorRowDisposition

获取或设置一个值,指定在运行时处理输入列时发生错误时组件的处理方式。

ExternalMetadataColumnID

获取或设置分配给输入列的 IDTSExternalMetadataColumn100 ID。

ID

获取或设置输入列对象的ID。

IdentificationString

获得一个字符串,唯一标识 IDTSInputColumn100 数据流布局中的对象。

IsAssociatedWithOutputColumn

判断是否 IDTSInputColumn100 与输出列关联。

IsValid

获得一个值,表示输入列是否引用上游列。

Length

获得一列长度。

LineageID

获取或设置上游列对象的标识符。

MappedColumnID

获取或设置映射到该 IDTSInputColumn100 对象的列的ID。

Name

获取或设置输入列的名称。

ObjectType

从对应输入列的枚举中获得值 DTSObjectType

Precision

获取输入列中包含的总数字数。

Scale

获得数字输入列中包含的小数点数。

SortKeyPosition

获取输入列的排序键。

TruncationRowDisposition

DTSRowDisposition 枚举中获得或设定一个值。

UpstreamComponentName

获取最初提供该列的组件名称。

UsageType

获取或设置一个值,决定组件如何使用某个 IDTSInputColumn100 对象。

方法

名称 说明
DescribeRedirectedErrorCode(Int32)

返回一个描述错误代码的字符串。

适用于