InheritanceFlags 枚举
定义
继承标志指定访问控制项 (ACE) 的继承语义。Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class InheritanceFlags
[System.Flags]
public enum InheritanceFlags
type InheritanceFlags =
Public Enum InheritanceFlags
- 继承
- 属性
字段
ContainerInherit | 1 | ACE 由容器子对象继承。The ACE is inherited by child container objects. |
None | 0 | 子对象未继承 ACE。The ACE is not inherited by child objects. |
ObjectInherit | 2 | ACE 由子叶对象继承。The ACE is inherited by child leaf objects. |