ReportingService2010.SetSystemProperties(Property[]) メソッド

定義

レポートサーバーやSharePointファームのために1つ以上のシステムプロパティを設定します。

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

パラメーター

Properties
Property[]

統合モードでレポートサーバーの設定するシステムプロパティと値を定義するPropertyオブジェクトの配列SharePoint。

属性

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダーの使用 (イン) TrustedUserHeaderValue

(アウト) ServerInfoHeaderValue
ネイティブモードの必要権限 UpdateSystemProperties (システム)
SharePointモードの必要権限 <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb>

ユーザーはシステムに予約されていないカスタムシステムプロパティを追加できます。 Property配列で指定されたプロパティが存在しない場合、そのプロパティが作成されます。 もしプロパティの値が存在するなら、それは上書きされます。 予約システムプロパティを作成または削除することはできません。 設定されているシステムプロパティによって、レポートサーバーの機能は変化することがあります。 予約されたシステムプロパティの一覧については 、「Report Server System Properties」をご覧ください。 エラーが発生した場合は、プロパティは設定されません。

プロパティの価値を空の価値に設定することで削除できます。

ユーザーが中央管理ウェブサイトのサイトコレクションにアクセスするための適切な権限を持っている場合、プロパティを返します。

適用対象