Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |