Поделиться через


Структура 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.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper