BUFFER_WIRE_PACKET 结构

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies the buffer wire packet of the pipeline wrapper.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Structure BUFFER_WIRE_PACKET
用法
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 支持使用结构,但不支持声明新结构。

BUFFER_WIRE_PACKET 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 ValueType 继承。)
公共方法 GetHashCode (从 ValueType 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 ValueType 继承。)

页首

字段

  名称 说明
公共字段 dwColCount 基础结构。The column count.
公共字段 dwRowCount 基础结构。The row count.
公共字段 nRowSize
公共字段 pColInfo 基础结构。The column information.
公共字段 ppvRowStarts 基础结构。The start of the row.
公共字段 vbIsEndOfRowset 基础结构。The end of the row set.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间