Estrutura BufferColumn
Provides read-only metadata for a PipelineBuffer column.
Essa API não é compatível com CLS.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
'Uso
Dim instance As BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BufferColumn = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo BufferColumn expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
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. |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.