ReportingService2006.ListTasks 메서드

Returns the names and descriptions of tasks that are managed by the report server.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Function ListTasks ( _
    SecurityScope As SecurityScopeEnum _
) As Task()
‘사용 방법
Dim instance As ReportingService2006 
Dim SecurityScope As SecurityScopeEnum 
Dim returnValue As Task()

returnValue = instance.ListTasks(SecurityScope)
public Task[] ListTasks(
    SecurityScopeEnum SecurityScope
)
public:
array<Task^>^ ListTasks(
    SecurityScopeEnum SecurityScope
)
member ListTasks : 
        SecurityScope:SecurityScopeEnum -> Task[] 
public function ListTasks(
    SecurityScope : SecurityScopeEnum
) : Task[]

매개 변수

반환 값

유형: array<ReportService2006.Task[]
An array of Task objects that contain information about item-level tasks.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

None

The tasks returned by this method are item-level tasks. For more information, see 태스크 및 권한.

If a value of System is specified and rsOperationNotSupportedSharePointMode is returned.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스