Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Méthode ReportingService2010.ListTasks

SQL Server 2012

Returns the tasks that are managed by the report server.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListTasks", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
	ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
public Task[] ListTasks(
	string SecurityScope
)

Paramètres

SecurityScope
Type : System.String
A String value that specifies the security scope for the items to return.For a list of supported security scopes, use the ListSecurityScopes method.

Valeur de retour

Type : ReportService2010.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 Header Usage

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

Not supported

The tasks returned by this method are item-level tasks. For more information, see Tâches et autorisations.

If an unsupported value is specified in SecurityScope, an rsOperationNotSupportedSharePointMode is returned.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.