ReportingService2005.GetRoleProperties Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns role information and a collection of associated tasks.

Syntax

'Declaration
Public Function GetRoleProperties ( _
    Name As String, _
     ByRef Description As String _
) As Task()
public Task[] GetRoleProperties (
    string Name,
    out string Description
)
public:
array<Task^>^ GetRoleProperties (
    String^ Name, 
     String^% Description
)
public Task[] GetRoleProperties (
    String Name, 
    /** @attribute  */ /** @ref */ String Description
)
JScript does not support passing value-type arguments by reference.

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 associated with the role.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace