編輯

共用方式為


InheritTypeEnum

Applies to: Access 2013, Office 2013

Specifies how objects will inherit permissions set with SetPermissions.

Constant

Value

Description

adInheritBoth

3

Both objects and other containers contained by the primary object inherit the entry.

adInheritContainers

2

Other containers that are contained by the primary object inherit the entry.

adInheritNone

0

Default. No inheritance occurs.

adInheritNoPropagate

4

The adInheritObjects and adInheritContainers flags are not propagated to an inherited entry.

adInheritObjects

1

Non-container objects in the container inherit the permissions.