ReportingService2006.GetRoleProperties 方法

Returns role information and a collection of associated tasks.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Function GetRoleProperties ( _
    Name As String, _
    Site As String, _
    <OutAttribute> ByRef Description As String _
) As Task()
用法
Dim instance As ReportingService2006 
Dim Name As String 
Dim Site As String 
Dim Description As String 
Dim returnValue As Task()

returnValue = instance.GetRoleProperties(Name, _
    Site, Description)
public Task[] GetRoleProperties(
    string Name,
    string Site,
    out string Description
)
public:
array<Task^>^ GetRoleProperties(
    String^ Name, 
    String^ Site, 
    [OutAttribute] String^% Description
)
member GetRoleProperties : 
        Name:string * 
        Site:string * 
        Description:string byref -> Task[] 
public function GetRoleProperties(
    Name : String, 
    Site : String, 
    Description : String
) : Task[]

参数

  • Site
    类型:System.String
    The fully qualified URL for the SharePoint site.
  • Description
    类型:System.String%
    [out] The description of the role.

返回值

类型:array<ReportService2006.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

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManagePermissions

请参阅

参考

ReportingService2006 类

ReportService2006 命名空间