Método Api.JetEscrowUpdate
Realiza una operación de suma atómica en una columna. Esta función permite que varias sesiones actualicen el mismo registro simultáneamente sin conflictos. Consulte también EscrowUpdate(JET_SESID, JET_TABLEID, JET_COLUMNID, Int32).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
Public Shared Sub JetEscrowUpdate ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
delta As Byte(), _
deltaSize As Integer, _
previousValue As Byte(), _
previousValueLength As Integer, _
<OutAttribute> ByRef actualPreviousValueLength As Integer, _
grbit As EscrowUpdateGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim delta As Byte()
Dim deltaSize As Integer
Dim previousValue As Byte()
Dim previousValueLength As Integer
Dim actualPreviousValueLength As Integer
Dim grbit As EscrowUpdateGrbitApi.JetEscrowUpdate(sesid, tableid, _
columnid, delta, deltaSize, previousValue, _
previousValueLength, actualPreviousValueLength, _
grbit)
public static void JetEscrowUpdate(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
byte[] delta,
int deltaSize,
byte[] previousValue,
int previousValueLength,
out int actualPreviousValueLength,
EscrowUpdateGrbit grbit
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar. La sesión debe estar en una transacción.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor que se va a actualizar.
columnid
Tipo: Microsoft.Isam.Esent.Interop.JET_COLUMNIDColumna que se va a actualizar. Debe ser una columna actualizable de custodia.
delta
Tipo: []Búfer que contiene el anexo.
deltaSize
Tipo: System.Int32Tamaño del anexo.
previousValue
Tipo: []Un búfer de salida que recibirá el valor actual de la columna. Este búfer puede ser null.
previousValueLength
Tipo: System.Int32Tamaño del búfer previousValue.
actualPreviousValueLength
Tipo: System.Int32Devuelve el tamaño real de previousValue.
grbit
Tipo: Microsoft.Isam.Esent.Interop.EscrowUpdateGrbitOpciones de actualización de custodia.