InheritParentSecurity Method
SQL Server 2000
ReportingService.InheritParentSecurity Method
Deletes the policies associated with an item. As a result, the item inherits the policies from its parent.
Public Sub InheritParentSecurity( _ ByVal Item As String _ ) Member of [Namespace].ReportingService
public void InheritParentSecurity( string Item ); Member of [Namespace].ReportingService
Parameters
- Item
- The full path name of the item.
Permissions
| Operation | Description |
|---|---|
| Update Security Policies | Required for adding or editing policies on a catalog item. |
Remarks
When you delete the policies that are associated with an item, the item inherits the policies that are associated with its parent. Policies that are deleted from an item are also deleted from child items that inherit those policies.
Policies cannot be deleted from the root folder in the report server database. Attempting to delete policies that are associated with the root folder in the report server database results in a SOAP exception with the error code rsCannotDeleteRootPolicy.