JET_RECSIZE. Additionsoperator

Fügen Sie die Größen in zwei JET_RECSIZE hinzu.

Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Operator + ( _
    left As JET_RECSIZE, _
    right As JET_RECSIZE _
) As JET_RECSIZE
'Usage
Dim left As JET_RECSIZE
Dim right As JET_RECSIZE
Dim returnValue As JET_RECSIZE

returnValue = (left + right)
public static JET_RECSIZE operator +(
    JET_RECSIZE left,
    JET_RECSIZE right
)

Parameter

Rückgabewert

Typ: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
Ein JET_RECSIZE, der das Ergebnis des Hinzufügens der Größen links und rechts enthält.

Siehe auch

Referenz

JET_RECSIZE-Struktur

JET_RECSIZE Member

Microsoft.Isam.Esent.Interop.Vista-Namespace