共用方式為


DTP_BUFFCOL 結構

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 DTP_BUFFCOL
'用途
Dim instance As DTP_BUFFCOL
public struct DTP_BUFFCOL
public value class DTP_BUFFCOL
[<SealedAttribute>]
type DTP_BUFFCOL =  struct end
JScript 支援結構的使用,但不支援結構的宣告。

DTP_BUFFCOL 型別公開下列成員。

方法

  名稱 說明
公用方法 Equals (繼承自 ValueType。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 ValueType。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 ValueType。)

上層

欄位

  名稱 說明
公用欄位 DataType Specifies the data type of the values stored in a buffer column.
公用欄位 lCodePage Specifies the character set used to interpret the data in a buffer column.
公用欄位 lLengthOffset Gets the number of bytes from the beginning of a row to the length of the column.
公用欄位 lMaxLength Indicates the maximum length of the data stored in a buffer column.
公用欄位 lOffset Indicates the number of bytes from the beginning of a row to where the column data begins.
公用欄位 lPrecision Indicates the number of decimal places of the numeric data in a buffer column.
公用欄位 lScale Indicates the scale of numeric data in a column.
公用欄位 lStatusOffset Indicates the offset from the beginning of a buffer row to the status value for a column.

上層

備註

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

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

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。