ColumnStream-Konstruktor
Initialisiert eine neue Instanz der ColumnStream-Klasse.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Sub New ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim instance As New ColumnStream(sesid, tableid, _
columnid)
public ColumnStream(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDer zu verwendende Cursor.
columnid
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie columnid der Spalte, aus der Daten festgelegt bzw. abgerufen werden sollen.