Share via


BUFFER_WIRE_PACKET Structure

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the buffer wire packet of the pipeline wrapper.

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

Syntax

'Declaration
Public Structure BUFFER_WIRE_PACKET
'Usage
Dim instance As BUFFER_WIRE_PACKET
public struct BUFFER_WIRE_PACKET
public value class BUFFER_WIRE_PACKET
[<SealedAttribute>]
type BUFFER_WIRE_PACKET =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The BUFFER_WIRE_PACKET type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field dwColCount Infrastructure. The column count.
Public field dwRowCount Infrastructure. The row count.
Public field nRowSize
Public field pColInfo Infrastructure. The column information.
Public field ppvRowStarts Infrastructure. The start of the row.
Public field vbIsEndOfRowset Infrastructure. The end of the row set.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace