Метод Api.JetGetIndexInfo (JET_SESID, JET_DBID, String, String, JET_INDEXLIST)
Примечание. Этот API устарел.
Извлекает сведения об индексах в таблице.
Пространство имен:Microsoft.Isam.Esent.Interop
Сборки: Microsoft.Isam.Esent.Interop (в Microsoft.Isam.Esent.Interop.dll)
Синтаксис
'Declaration
<ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")> _
Public Shared Sub JetGetIndexInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
ignored As String, _
<OutAttribute> ByRef indexlist As JET_INDEXLIST _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim ignored As String
Dim indexlist As JET_INDEXLISTApi.JetGetIndexInfo(sesid, dbid, _
tablename, ignored, indexlist)
[ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")]
public static void JetGetIndexInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string ignored,
out JET_INDEXLIST indexlist
)
Параметры
sesid
Тип: Microsoft.Isam.Esent.Interop.JET_SESIDИспользуемый сеанс.
dbid
Тип: Microsoft.Isam.Esent.Interop.JET_DBIDИспользуемая база данных.
tablename
Тип: System.StringИмя таблицы для получения сведений об индексе.
не учитывается
Тип: System.StringЭтот параметр не учитывается.
indexlist
Тип: Microsoft.Isam.Esent.Interop.JET_INDEXLISTЗаполнены сведениями об индексах в таблице.