VistaApi.JetGetColumnInfo-Methode
Ruft Informationen zu einer Spalte in einer Tabelle ab.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetColumnInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
columnid As JET_COLUMNID, _
<OutAttribute> ByRef columnbase As JET_COLUMNBASE _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim columnid As JET_COLUMNID
Dim columnbase As JET_COLUMNBASEVistaApi.JetGetColumnInfo(sesid, dbid, _
tablename, columnid, columnbase)
public static void JetGetColumnInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
JET_COLUMNID columnid,
out JET_COLUMNBASE columnbase
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
dbid
Typ: Microsoft.Isam.Esent.Interop.JET_DBIDDie Datenbank, die die Tabelle enthält.
Tabellenname
Typ: System.StringDer Name der Tabelle, die die Spalte enthält.
columnid
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie ID der Spalte.
columnbase
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNBASEMit Informationen zu den Spalten in der Tabelle ausgefüllt.