Metodo Api.GetTableIndexes (JET_SESID, JET_TABLEID)

Esegue l'iterazione di tutti gli indici nella tabella, restituendo informazioni su ognuna di esse.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Shared Function GetTableIndexes ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of IndexInfo)

returnValue = Api.GetTableIndexes(sesid, _
    tableid)
public static IEnumerable<IndexInfo> GetTableIndexes(
    JET_SESID sesid,
    JET_TABLEID tableid
)

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<IndexInfo>
Iteratore su un IndexInfo per ogni indice della tabella.

Vedi anche

Riferimento

Classe Api

Membri dell'API

Overload getTableIndexes

Spazio dei nomi Microsoft.Isam.Esent.Interop