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
Linker Join
Typ: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEDie erste JET_RECSIZE.
Rechts
Typ: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEDie zweite JET_RECSIZE.
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.