Share via


ColumnStream.Seek-Methode

Legt die Position im aktuellen Stream fest.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Overrides Function Seek ( _
    offset As Long, _
    origin As SeekOrigin _
) As Long
'Usage
Dim instance As ColumnStream
Dim offset As Long
Dim origin As SeekOrigin
Dim returnValue As Long

returnValue = instance.Seek(offset, origin)
public override long Seek(
    long offset,
    SeekOrigin origin
)

Parameter

  • offset
    Typ: System.Int64

    Byteoffset relativ zum Ursprungsparameter.

  • Origin
    Typ: System.IO.SeekOrigin

    Ein SeekOrigin, der den Bezugspunkt für die neue Position angibt.

Rückgabewert

Typ: System.Int64
Die neue Position im aktuellen Stream.

Siehe auch

Verweis

ColumnStream-Klasse

ColumnStream-Member

Microsoft.Isam.Esent.Interop-Namespace