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


Структура BufferColumn

Provides read-only metadata for a PipelineBuffer column.

Этот API-интерфейс несовместим с CLS. 

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
'Применение
Dim instance As BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BufferColumn =  struct end
JScript поддерживает использование структур, но не объявление новых.

Тип BufferColumn обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Производный от ValueType.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от ValueType.)

В начало

Поля

  Имя Описание
Открытое поле CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Открытое поле DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Открытое поле MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Открытое поле Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Открытое поле Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

В начало

Замечания

The BufferColumn structure contains information about the data contained in a PipelineBuffer column. This information is used when reading or writing to a column in a PipelineBuffer.

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

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

См. также

Справочник

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