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 对象的多个数据类型属性。 |