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[]

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

属性

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダーの使用方法 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
ネイティブ モードで必要なアクセス許可 UpdateSystemProperties (システム)
SharePoint モードで必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb>

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

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

ユーザーがサーバーの全体管理 Web サイトのサイト コレクションにアクセスするための適切なアクセス許可を持っている場合は、プロパティを返します。

適用対象