ObjectSecurity.SetAuditRuleProtection(Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或删除与此 ObjectSecurity 对象相关联的审核规则保护。 不能由通过继承的父级对象修改受保护的审核规则。
public:
void SetAuditRuleProtection(bool isProtected, bool preserveInheritance);
public void SetAuditRuleProtection (bool isProtected, bool preserveInheritance);
member this.SetAuditRuleProtection : bool * bool -> unit
Public Sub SetAuditRuleProtection (isProtected As Boolean, preserveInheritance As Boolean)
参数
- isProtected
- Boolean
true
以通过继承保护与此 ObjectSecurity 对象相关的审核规则;false
以允许继承。
- preserveInheritance
- Boolean
true
以保留继承的审核规则;false
以删除继承的审核规则。 如果 isProtected
为 false
,则忽略此参数。
例外
此方法尝试从非规范化系统访问控制列表 (SACL) 中删除继承的规则。