Estrutura BUFFER_WIRE_PACKET
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies the buffer wire packet of the pipeline wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Public Structure BUFFER_WIRE_PACKET
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo BUFFER_WIRE_PACKET expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
dwColCount | Infraestrutura. The column count. | |
dwRowCount | Infraestrutura. The row count. | |
nRowSize | ||
pColInfo | Infraestrutura. The column information. | |
ppvRowStarts | Infraestrutura. The start of the row. | |
vbIsEndOfRowset | Infraestrutura. The end of the row set. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.