Estructura tagBUFFER_WIRE_PACKET
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies the buffer wire packet for the pipeline wrapper.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Public Structure tagBUFFER_WIRE_PACKET
'Uso
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 admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo tagBUFFER_WIRE_PACKET expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de ValueType.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de ValueType.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
dwColCount | Infraestructura. The column count. | |
dwRowCount | Infraestructura. The row count. | |
nRowSize | ||
pColInfo | Infraestructura. The column information. | |
ppvRowStarts | Infraestructura. Specifies the start of the row. | |
vbIsEndOfRowset | Infraestructura. Specifies the end of the row. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.