Freigeben über


tagBUFFER_WIRE_PACKET-Struktur

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the buffer wire packet for the pipeline wrapper.

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

Syntax

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

Der tagBUFFER_WIRE_PACKET-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld dwColCount Infrastruktur The column count.
Öffentliches Feld dwRowCount Infrastruktur The row count.
Öffentliches Feld nRowSize
Öffentliches Feld pColInfo Infrastruktur The column information.
Öffentliches Feld ppvRowStarts Infrastruktur Specifies the start of the row.
Öffentliches Feld vbIsEndOfRowset Infrastruktur Specifies the end of the row.

Zum Anfang

Threadsicherheit

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

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace