ReportingService2010.ListScheduledItems(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une liste des éléments associés à une planification partagée.
public:
cli::array <ReportService2010::CatalogItem ^> ^ ListScheduledItems(System::String ^ ScheduleID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ReportService2010.CatalogItem[] ListScheduledItems (string ScheduleID);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
member this.ListScheduledItems : string -> ReportService2010.CatalogItem[]
Public Function ListScheduledItems (ScheduleID As String) As CatalogItem()
Paramètres
- ScheduleID
- String
ID de la planification partagée.
Retours
Tableau d'objets CatalogItem qui représente les éléments associés à la planification partagée spécifiée.
- Attributs
Remarques
Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.
Utilisation de l’en-tête SOAP | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Autorisations requises en mode natif | ReadSchedules (Système) |
Mode SharePoint Autorisations requises | <xref:Microsoft.SharePoint.SPBasePermissions.Open> |
Cette méthode retourne uniquement des informations sur les éléments pour lesquels l’utilisateur dispose d’une ReadProperties autorisation en mode natif et <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> d’une autorisation en mode intégré SharePoint. L’ensemble d’éléments retournés peut ne pas représenter tous les éléments de catalogue associés à la planification partagée spécifiée.