tagBUFFER_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 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 suports the use of structures, but not the declaration of new ones.
The tagBUFFER_WIRE_PACKET type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
dwColCount | Infrastructure. The column count. | |
dwRowCount | Infrastructure. The row count. | |
nRowSize | ||
pColInfo | Infrastructure. The column information. | |
ppvRowStarts | Infrastructure. Specifies the start of the row. | |
vbIsEndOfRowset | Infrastructure. Specifies the end of the row. |
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.