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 | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
dwColCount | Infrastructure. | |
dwRowCount | Infrastructure. | |
pColInfo | Infrastructure. | |
ppvRowStarts | Infrastructure. | |
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.