BUFFER_WIRE_PACKET Structure

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

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.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field dwColCount Infrastructure.
Public field dwRowCount Infrastructure.
Public field pColInfo Infrastructure.
Public field ppvRowStarts Infrastructure.
Public field vbIsEndOfRowset Infrastructure.

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.