tagBUFFER_WIRE_PACKET Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the buffer wire packet for the pipeline wrapper.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwColCount | This API supports the product infrastructure and is not intended to be used directly from your code. The column count. |
![]() | dwRowCount | This API supports the product infrastructure and is not intended to be used directly from your code. The row count. |
![]() | nRowSize | The row size. |
![]() | pColInfo | This API supports the product infrastructure and is not intended to be used directly from your code. The column information. |
![]() | ppvRowStarts | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the start of the row. |
![]() | vbIsEndOfRowset | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the end of the row. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

