共用方式為


tagBUFFER_WIRE_PACKET 結構

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Specifies the buffer wire packet for the pipeline wrapper.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public Structure tagBUFFER_WIRE_PACKET
'用途
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 支援結構的使用,但不支援結構的宣告。

tagBUFFER_WIRE_PACKET 型別公開下列成員。

方法

  名稱 說明
公用方法 Equals (繼承自 ValueType。)
公用方法 GetHashCode (繼承自 ValueType。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 ValueType。)

上層

欄位

  名稱 說明
公用欄位 dwColCount 基礎結構。The column count.
公用欄位 dwRowCount 基礎結構。The row count.
公用欄位 nRowSize
公用欄位 pColInfo 基礎結構。The column information.
公用欄位 ppvRowStarts 基礎結構。Specifies the start of the row.
公用欄位 vbIsEndOfRowset 基礎結構。Specifies the end of the row.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

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