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

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.

See Also

ReportingService Class

Reporting Services Web Service Library

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