IDTSInputColumn100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示由某组件选择使用的上游组件的某个输出列。
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 集合的或 NewAt 方法 IDTSInputColumnCollection100 创建的。
属性
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) |
返回描述错误代码的字符串。 |