Структура 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.