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 a 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 rende persistente il dell'oggetto Recordset usando il proprio formato. |
Equivalente ADO/WFC
Pacchetto: com.ms.wfc.data
Costante |
---|
AdoEnums.PersistFormat.ADTG |
AdoEnums.PersistFormat.XML |