Share via


ReportingService2010.ListScheduledItems(String) Metodo

Definizione

Restituisce un elenco di elementi associati a una pianificazione condivisa.

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()

Parametri

ScheduleID
String

ID della pianificazione condivisa.

Restituisce

Matrice di oggetti CatalogItem che rappresentano gli elementi associati alla pianificazione condivisa specificata.

Attributi

Commenti

Nella tabella seguente vengono mostrate le informazioni sull'intestazione e sulle autorizzazioni relative a questa operazione.

Utilizzo intestazione SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Autorizzazioni necessarie per la modalità nativa ReadSchedules (Sistema)
Autorizzazioni necessarie per la modalità SharePoint <xref:Microsoft.SharePoint.SPBasePermissions.Open>

Questo metodo restituisce solo informazioni sugli elementi per cui l'utente dispone ReadProperties dell'autorizzazione in modalità nativa e <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> l'autorizzazione in modalità integrata SharePoint. Il set di elementi restituiti potrebbe non rappresentare tutti gli elementi del catalogo associati alla pianificazione condivisa specificata.

Si applica a