PersistFormatEnum
Specifica il formato in cui salvare un oggetto Recordset.
Costante | Valore | Descrizione |
---|---|---|
adPersistADTG | 0 | Indica il formato ADTG (Microsoft Advanced Data TableGram). |
adPersistADO | 1 | Indica che verrà usato il formato XML (Extensible Markup Language) di ADO. Questo valore è uguale ad adPersistXML ed è incluso per la compatibilità con le versioni precedenti. |
adPersistXML | 1 | Indica il formato XML (Extensible Markup Language). |
adPersistProviderSpecific | 2 | Indica che il provider renderà permanente l'oggetto Recordset usando il proprio formato. |
Equivalente per ADO/WFC
Pacchetto: com.ms.wfc.data
Costante |
---|
AdoEnums.PersistFormat.ADTG |
AdoEnums.PersistFormat.XML |