JET_RECSIZE. Methode hinzufügen

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 Function Add ( _
    s1 As JET_RECSIZE, _
    s2 As JET_RECSIZE _
) As JET_RECSIZE
'Usage
Dim s1 As JET_RECSIZE
Dim s2 As JET_RECSIZE
Dim returnValue As JET_RECSIZE

returnValue = JET_RECSIZE.Add(s1, s2)
public static JET_RECSIZE Add(
    JET_RECSIZE s1,
    JET_RECSIZE s2
)

Parameter

Rückgabewert

Typ: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
Eine JET_RECSIZE, die das Ergebnis des Hinzufügens der Größen in s1 und s2 enthält.

Siehe auch

Referenz

JET_RECSIZE-Struktur

JET_RECSIZE Mitglieder

Microsoft.Isam.Esent.Interop.Vista-Namespace