Bagikan melalui


ReportingService2010.SetSystemProperties(Property[]) Metode

Definisi

Menyetel satu atau beberapa properti sistem untuk server laporan atau 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())

Parameter

Properties
Property[]

Array Property objek yang menentukan properti dan nilai sistem yang akan diatur untuk server laporan dalam mode terintegrasi SharePoint.

Atribut

Keterangan

Tabel di bawah ini memperlihatkan informasi header dan izin pada operasi ini.

Penggunaan Header SOAP (Dalam) TrustedUserHeaderValue

(Keluar) ServerInfoHeaderValue
Izin Yang Diperlukan Mode Asli UpdateSystemProperties (Sistem)
Izin yang Diperlukan Mode SharePoint <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb>

Pengguna dapat menambahkan lebih banyak properti sistem kustom yang tidak dicadangkan oleh sistem. Jika properti yang ditentukan dalam Property array tidak ada, properti akan dibuat. Jika ada nilai untuk properti, nilai akan ditimpa. Anda tidak dapat membuat atau menghapus properti sistem terpesan. Bergantung pada properti sistem yang diatur, fungsionalitas server laporan dapat berubah. Untuk daftar properti sistem yang dipesan, lihat Properti Sistem Server Laporan. Jika terjadi kesalahan, tidak ada properti yang diatur.

Anda dapat menghapus nilai properti dengan mengatur properti ke nilai kosong.

Mengembalikan properti jika pengguna memiliki izin yang sesuai untuk mengakses kumpulan situs untuk situs web Administrasi Sentral.

Berlaku untuk