Metode Api.JetGetColumnInfo (JET_SESID, JET_DBID, String, String, JET_COLUMNDEF)
Mengambil informasi tentang kolom tabel.
Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)
Sintaks
'Declaration
Public Shared Sub JetGetColumnInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
columnName As String, _
<OutAttribute> ByRef columndef As JET_COLUMNDEF _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim columnName As String
Dim columndef As JET_COLUMNDEFApi.JetGetColumnInfo(sesid, dbid, _
tablename, columnName, columndef)
public static void JetGetColumnInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string columnName,
out JET_COLUMNDEF columndef
)
Parameter
sesid
Jenis: Microsoft.Isam.Esent.Interop.JET_SESIDSesi yang akan digunakan.
dbid
Jenis: Microsoft.Isam.Esent.Interop.JET_DBIDDatabase yang berisi tabel.
nama tabel
Jenis: System.StringNama tabel yang berisi kolom.
columnName
Jenis: System.StringNama kolom.
columndef
Jenis: Microsoft.Isam.Esent.Interop.JET_COLUMNDEFDiisi dengan informasi tentang kolom.