GetRoleProperties Method
SQL Server 2000
ReportingService.GetRoleProperties Method
Returns role information and a collection of associated tasks.
Public Function GetRoleProperties( ByVal Name As String, ByRef Description As String ) As [Namespace].Task[] Member of [Namespace].ReportingService
public [Namespace].Task[] GetRoleProperties( string Name, out string Description ); Member of [Namespace].ReportingService
Parameters
- Name
- The name of the role.
- Description
- [out] The description of the role.
Return Value
An array of Task[] objects that represents the tasks that are associated with the role.
Permissions
| Operation | Description |
|---|---|
| Read Role Properties | Required for reading the properties of a role. |