IDTSOutputColumn100 接口

Contains the design-time definition of a column provided by a component.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("6A2D59FD-670A-49B5-92DF-455BDFFD67C5")> _
Public Interface IDTSOutputColumn100 _
    Inherits IDTSObject100
用法
Dim instance As IDTSOutputColumn100
[GuidAttribute("6A2D59FD-670A-49B5-92DF-455BDFFD67C5")]
public interface IDTSOutputColumn100 : IDTSObject100
[GuidAttribute(L"6A2D59FD-670A-49B5-92DF-455BDFFD67C5")]
public interface class IDTSOutputColumn100 : IDTSObject100
[<GuidAttribute("6A2D59FD-670A-49B5-92DF-455BDFFD67C5")>]
type IDTSOutputColumn100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSOutputColumn100 extends IDTSObject100

IDTSOutputColumn100 类型公开以下成员。

属性

  名称 说明
公共属性 CodePage Gets the character set used to interpret the data contained in a column.
公共属性 ComparisonFlags Gets or sets a value that specifies how two strings are compared.
公共属性 CustomPropertyCollection Gets an IDTSCustomPropertyCollection100 collection of the output column.
公共属性 DataType Gets the DataType of a column.
公共属性 Description Gets or sets the description of an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 Description Gets or sets the description of an IDTSOutputColumn100 object.
公共属性 ErrorOrTruncationOperation Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.
公共属性 ErrorRowDisposition Gets or sets a value that specifies how a component proceeds if an error occurs while processing an output column at run time.
公共属性 ExternalMetadataColumnID Gets or sets the ID of an IDTSExternalMetadataColumn100 assigned to an output column.
公共属性 ID Gets or sets the ID of an IDTSObject100object. (从 IDTSObject100 继承。)
公共属性 ID Gets or sets the ID of an IDTSOutputColumn100 column.
公共属性 IdentificationString Gets a string that uniquely identifies an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 IdentificationString Gets the string that uniquely identifies an IDTSOutputColumn100 object in the data flow layout.
公共属性 Length Gets the length of the column.
公共属性 LineageID Gets or sets the LineageID property of an IDTSOutputCOlumn100 column.
公共属性 MappedColumnID Gets or sets the ID of a column that is mapped to this IDTSOutputColumn100 object.
公共属性 Name Gets or sets the name of an IDTSObject100 object. (从 IDTSObject100 继承。)
公共属性 Name Gets or sets a string value that contains the name of the IDTSOutputColumn100.
公共属性 ObjectType Gets the ObjectType property of an IDTSObject100. (从 IDTSObject100 继承。)
公共属性 ObjectType Gets the value from a DTSObjectType enumeration that corresponds to an output column.
公共属性 Precision Gets the total number of digits contained in an output column.
公共属性 Scale Gets the number of decimal places contained in a numeric output column.
公共属性 SortKeyPosition Gets or sets the sort key of an output column.
公共属性 SpecialFlags Gets or sets an integer that specifies the special flags of the output column.
公共属性 TruncationRowDisposition Gets or sets a value that specifies how a component proceeds when a truncation occurs while processing an output column at runtime.

页首

方法

  名称 说明
公共方法 SetDataTypeProperties Sets multiple data type properties of an IDTSOutputColumn100 object simultaneously.

页首

注释

The IDTSOutputColumn100 object describes a column that a component provides to downstream components during package execution in the PipelineBuffer.