ColumnStream 构造函数
初始化 ColumnStream 类的新实例。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要使用的光标。
columnid
类型: Microsoft.Isam.Esent.Interop.JET_COLUMNID要从中设置/检索数据的列的 columnid。