Struttura BufferColumn
Provides read-only metadata for a PipelineBuffer column.
Questa API non è conforme a CLS.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
'Utilizzo
Dim instance As BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BufferColumn = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo BufferColumn sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da ValueType. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
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 alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.