ReportingService2005.GetRoleProperties 方法

Returns role information and a collection of associated tasks.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Function GetRoleProperties ( _
    Name As String, _
    <OutAttribute> ByRef Description As String _
) As Task()
'用途
Dim instance As ReportingService2005 
Dim Name As String 
Dim Description As String 
Dim returnValue As Task()

returnValue = instance.GetRoleProperties(Name, _
    Description)
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 : String, 
    Description : String
) : Task[]

參數

  • Description
    型別:System.String%
    [out] The description of the role.

傳回值

型別:array<ReportService2005.Task[]
An array of Task objects that represents the tasks associated with the role.

備註

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadRoleProperties (System)

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間