tagBUFFERCOL 结构

Contains metadata that describes the data stored in a buffer column.

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

语法

声明
Public Structure tagBUFFERCOL
用法
Dim instance As tagBUFFERCOL
public struct tagBUFFERCOL
public value class tagBUFFERCOL
[<SealedAttribute>]
type tagBUFFERCOL =  struct end
JScript 支持使用结构,但不支持声明新结构。

tagBUFFERCOL 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

字段

  名称 说明
公共字段 DataType Specifies the data type of the value contained in the column.
公共字段 lCodePage Specifies the character set used to interpret the data in a buffer column.
公共字段 lLengthOffset Indicates the number of bytes from the beginning of a buffer row to the end of the column data.
公共字段 lMaxLength Indicates the maximum length of the data stored in a buffer column.
公共字段 lOffset Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
公共字段 lPrecision Indicates the number of decimal places of precision contained in a buffer column.
公共字段 lScale Indicates the number of decimal places contained in the buffer column.
公共字段 lStatusOffset Indicates the length in bytes from the beginning of a buffer row to the status value of a column.

页首

注释

The columns in an IDTSBuffer100 contain metadata about the column data. This information is represented by the tagBUFFERCOL structure. This structure is retrieved for an individual column by calling the GetColumnInfo method.

The values contained in the fields within the structure reflect the values contained in the IDTSOutputColumn100 that originally inserted the column into the data flow.

注意注意

The tagBUFFERCOL structure is also represented by the DTP_BUFFCOL and BufferColumn structures. The DTP_BUFFCOL structure is a C++ type definition. When writing managed code, you will use the BufferColumn structure.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。