หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Applies to: Access 2013, Office 2013
Specifies which records should be returned to the server.
Constant |
Value |
Description |
|---|---|---|
adMarshalAll |
0 |
Default. Returns all rows to the server. |
adMarshalModifiedOnly |
1 |
Returns only modified rows to the server. |
ADO/WFC equivalent
Package: com.ms.wfc.data
Constant |
|---|
AdoEnums.MarshalOptions.ALL |
AdoEnums.MarshalOptions.MODIFIEDONLY |