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 네임스페이스