ReportingService2010.SetSystemProperties(Property[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポートサーバーや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())
パラメーター
- 属性
注釈
以下の表は、この操作のヘッダーおよび権限情報を示しています。
| SOAPヘッダーの使用 | (イン) TrustedUserHeaderValue (アウト) ServerInfoHeaderValue |
| ネイティブモードの必要権限 | UpdateSystemProperties (システム) |
| SharePointモードの必要権限 | <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb> |
ユーザーはシステムに予約されていないカスタムシステムプロパティを追加できます。 Property配列で指定されたプロパティが存在しない場合、そのプロパティが作成されます。 もしプロパティの値が存在するなら、それは上書きされます。 予約システムプロパティを作成または削除することはできません。 設定されているシステムプロパティによって、レポートサーバーの機能は変化することがあります。 予約されたシステムプロパティの一覧については 、「Report Server System Properties」をご覧ください。 エラーが発生した場合は、プロパティは設定されません。
プロパティの価値を空の価値に設定することで削除できます。
ユーザーが中央管理ウェブサイトのサイトコレクションにアクセスするための適切な権限を持っている場合、プロパティを返します。