共用方式為


ReportingService2005.ListTasks 方法

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

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

語法

'宣告
Public Function ListTasks ( _
    SecurityScope As SecurityScopeEnum _
) As Task()
'用途
Dim instance As ReportingService2005 
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<ReportService2005.Task[]
An array of Task objects that contains a collection of information about item-level tasks.

備註

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

None

The tasks returned by this method are item-level tasks. For more information, see 工作和權限.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間