Structure BufferColumn
Provides read-only metadata for a PipelineBuffer column.
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
'Utilisation
Dim instance As BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BufferColumn = struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Le type BufferColumn expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de ValueType.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de ValueType.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de ValueType.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.