列名を列 ID にマップするディクショナリを作成します。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Public Shared Function GetColumnDictionary ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
) As IDictionary(Of String, JET_COLUMNID)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IDictionary(Of String, JET_COLUMNID)
returnValue = Api.GetColumnDictionary(sesid, _
tableid)
public static IDictionary<string, JET_COLUMNID> GetColumnDictionary(
JET_SESID sesid,
JET_TABLEID tableid
)
パラメーター
sesid
種類: Microsoft.Isam.Esent.Interop.JET_SESID使用する sesid。
tableid
種類: Microsoft.Isam.Esent.Interop.JET_TABLEID情報を取得するテーブル。
戻り値
型: System.Collections.Generic.IDictionary<文字列、 JET_COLUMNID>
列名を列 ID にマッピングするディクショナリ。