Struttura tagBUFFER_WIRE_PACKET
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the buffer wire packet for the pipeline wrapper.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Public Structure tagBUFFER_WIRE_PACKET
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo tagBUFFER_WIRE_PACKET sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da ValueType. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
dwColCount | Infrastruttura. The column count. | |
dwRowCount | Infrastruttura. The row count. | |
nRowSize | ||
pColInfo | Infrastruttura. The column information. | |
ppvRowStarts | Infrastruttura. Specifies the start of the row. | |
vbIsEndOfRowset | Infrastruttura. Specifies the end of the row. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.