ReportingService2010.SetSystemProperties(Property[]) Metodo

Definizione

Imposta una o più proprietà di sistema per il server di report o per la farm SharePoint.

public:
 void SetSystemProperties(cli::array <ReportService2010::Property ^> ^ Properties);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties", 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 void SetSystemProperties(ReportService2010.Property[] Properties);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties", 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.SetSystemProperties : ReportService2010.Property[] -> unit
Public Sub SetSystemProperties (Properties As Property())

Parametri

Properties
Property[]

Un array di Property oggetti che definiscono le proprietà di sistema e i valori da impostare per un server di report in modalità integrata SharePoint.

Attributi

Commenti

La tabella sottostante mostra informazioni sull'intestazione e sui permessi di questa operazione.

Utilizzo dell'intestazione SOAP (Dentro) TrustedUserHeaderValue

(Fuori) ServerInfoHeaderValue
Permessi richiesti per la modalità nativa UpdateSystemProperties (Sistema)
Permessi richiesti in modalità SharePoint <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb>

Gli utenti possono aggiungere altre proprietà di sistema personalizzate che non sono riservate dal sistema. Se una proprietà specificata nell'array Property non esiste, essa viene creata. Se esiste un valore per una proprietà, viene sovrascritto. Non puoi creare o rimuovere proprietà di sistema riservate. A seconda della proprietà di sistema impostata, la funzionalità del server di report può cambiare. Per un elenco delle proprietà di sistema riservate, vedi Report Server System Properties. Se si verificano errori, non vengono impostate proprietà.

Puoi rimuovere il valore di una proprietà impostandola a un valore vuoto.

Restituisce proprietà se l'utente ha i permessi appropriati per accedere alla collezione del sito per il sito dell'Amministrazione Centrale.

Si applica a