Campo Server2003Grbits.ForwardOnly

Questa opzione richiede che la tabella temporanea venga creata solo se gestione tabelle temporanee può usare l'implementazione ottimizzata per i risultati intermedi delle query. Se una caratteristica della tabella temporanea impedisce l'uso di questa ottimizzazione, l'operazione avrà esito negativo con JET_errCannotMaterializeForwardOnlySort. Un effetto collaterale di questa opzione consiste nel consentire alla tabella temporanea di contenere record con chiavi di indice duplicate. Per altre informazioni, vedere Unique .See Unique for more information.

Namespace:Microsoft.Isam.Esent.Interop.Server2003
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Const ForwardOnly As TempTableGrbit
'Usage
Dim value As TempTableGrbit

value = Server2003Grbits.ForwardOnly
public const TempTableGrbit ForwardOnly

Vedere anche

Riferimento

Classe Server2003Grbits

Membri server2003Grbits

Spazio dei nomi Microsoft.Isam.Esent.Interop.Server2003