Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the names and descriptions of tasks that are managed by the report server.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function ListTasks ( _
SecurityScope As SecurityScopeEnum _
) As Task()
'Usage
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[]
Parameter
- SecurityScope
Typ: ReportService2006.SecurityScopeEnum
A SecurityScopeEnum value that specifies the security scope for the items to return.
Rückgabewert
Typ: array<ReportService2006.Task[]
An array of Task objects that contain information about item-level tasks.
Hinweise
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 Aufgaben und Berechtigungen.
If a value of System is specified and rsOperationNotSupportedSharePointMode is returned.