IDTSOutputColumn100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含组件提供列的设计时定义。
public interface class IDTSOutputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
Public Interface IDTSOutputColumn100
Implements IDTSObject100
- 派生
- 属性
- 实现
注解
该 IDTSOutputColumn100 对象描述了组件在包执行 PipelineBuffer过程中向下游组件提供的列。
属性
| 名称 | 说明 |
|---|---|
| CodePage |
获取用于解释列中数据的字符集。 |
| ComparisonFlags |
获得或设置一个值,指定两个字符串的比较方式。 |
| CustomPropertyCollection |
获得 IDTSCustomPropertyCollection100 输出列的集合。 |
| DataType |
获得一栏的关注 DataType 。 |
| Description |
获取或设置一个 IDTSOutputColumn100 对象的描述。 |
| ErrorOrTruncationOperation |
获取或设置一个字符串,描述发生错误或截断时所发生的操作。 |
| ErrorRowDisposition |
获取或设置一个值,指定在运行时处理输出列时发生错误时组件的处理方式。 |
| ExternalMetadataColumnID |
获取或设置分配给输出列的 IDTSExternalMetadataColumn100 ID。 |
| ID |
获取或设置列 IDTSOutputColumn100 的ID。 |
| IdentificationString |
获取唯一标识数据流布局对象的 IDTSOutputColumn100 字符串。 |
| Length |
能拿到列的长度。 |
| LineageID |
获得或设置 LineageID 列 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 的属性。 |
| MappedColumnID |
获取或设置映射到该 IDTSOutputColumn100 对象的列的ID。 |
| Name |
获得或设置包含 IDTSOutputColumn100名称的字符串值。 |
| ObjectType |
从对应输出列的枚举中获得值 DTSObjectType 。 |
| Precision |
获取输出列中包含的总数字数。 |
| Scale |
获得数字输出列中包含的小数点数。 |
| SortKeyPosition |
获取或设置输出列的排序键。 |
| SpecialFlags |
获得或设置一个整数,指定输出列的特殊标志。 |
| TruncationRowDisposition |
获取或设置一个值,指定在处理输出列时发生截断时组件的执行方式。 |
方法
| 名称 | 说明 |
|---|---|
| SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32) |
同时设置对象的 IDTSOutputColumn100 多个数据类型属性。 |