Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to: Access 2013, Office 2013
Used with the Attributes property to determine attributes of a Relation object.
Name |
Value |
Description |
|---|---|---|
dbRelationDeleteCascade |
4096 |
Deletions cascade |
dbRelationDontEnforce |
2 |
Relationship not enforced (no referential integrity) |
dbRelationInherited |
4 |
Relationship exists in the database containing the two linked tables |
dbRelationLeft |
16777216 |
Microsoft Access only. In Design view, display a LEFT JOIN as the default join type. |
dbRelationRight |
33554432 |
Microsoft Access only. In Design view, display a RIGHT JOIN as the default join type. |
dbRelationUnique |
1 |
One-to-one relationship |
dbRelationUpdateCascade |
256 |
Updates cascade |