Freigeben über


BufferColumn-Struktur

Provides read-only metadata for a PipelineBuffer column.

Diese API ist nicht mit CLS kompatibel. 

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
'Usage
Dim instance As BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BufferColumn =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der BufferColumn-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Öffentliches Feld DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Öffentliches Feld MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Öffentliches Feld Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Öffentliches Feld Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.