Struttura BUFFER_WIRE_PACKET
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the buffer wire packet of the pipeline wrapper.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Public Structure BUFFER_WIRE_PACKET
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo BUFFER_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. The start of the row. | |
vbIsEndOfRowset | Infrastruttura. The end of the row set. |
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.