Expand Minimize
This topic has not yet been rated - Rate this topic

DeleteRole Method

SQL Server 2000

ReportingService.DeleteRole Method

Deletes a specified role from the report server database.

Public Sub DeleteRole( _
   ByVal Name As String _
)
   Member of [Namespace].ReportingService
public void DeleteRole(
   string Name
);
   Member of [Namespace].ReportingService
Parameters
Name
The name of the role.
Permissions

Operation Description
Delete Roles Required to delete roles from the report server database.

Remarks

Deleting a role removes it from all policies with which the role is associated. If the role that is deleted is the only role that is associated with a particular policy, the policy is also deleted and any item associated with the policy inherits new policies from its parent.

You cannot delete the reserved role MyReportsRole.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.