ReportingService2005.GetRoleProperties Method (String, String)

 

Applies To: SQL Server 2016 Preview

Returns role information and a collection of associated tasks.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public Task[] GetRoleProperties(
    string Name,
    out string Description
)
public:
array<Task^>^ GetRoleProperties(
    String^ Name,
    [OutAttribute] String^% Description
)
member GetRoleProperties : 
        Name:string *
        Description:string byref -> Task[]
Public Function GetRoleProperties (
    Name As String,
    <OutAttribute> ByRef Description As String
) As Task()

Parameters

  • Description
    Type: System.String

    [out] The description of the role.

Return Value

Type: ReportService2005.Task[]

An array of Task objects that represents the tasks associated with the role.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadRoleProperties (System)

See Also

ReportingService2005 Class
ReportService2005 Namespace

Return to top