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 | |
---|---|---|
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. The start of the row. | |
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.