ReportingService2010.GetSystemProperties(Property[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1つ以上のシステムプロパティの値を返します。
public:
cli::array <ReportService2010::Property ^> ^ GetSystemProperties(cli::array <ReportService2010::Property ^> ^ Properties);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemProperties", 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("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
public ReportService2010.Property[] GetSystemProperties(ReportService2010.Property[] Properties);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemProperties", 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("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
member this.GetSystemProperties : ReportService2010.Property[] -> ReportService2010.Property[]
Public Function GetSystemProperties (Properties As Property()) As Property()
パラメーター
返品
1つ以上のシステムプロパティの値を含む Property オブジェクトの配列です。
- 属性
注釈
以下の表は、この操作のヘッダーおよび権限情報を示しています。
| SOAPヘッダーの使用 | (イン) TrustedUserHeaderValue (アウト) ServerInfoHeaderValue |
| ネイティブモードの必要権限 |
ReadSystemProperties
Properties配列内のすべての性質に対して。 |
| SharePointモードの必要権限 |
<xref:Microsoft.SharePoint.SPBasePermissions.Open> すべての性質 の上で Properties |
GetSystemPropertiesメソッドを使って、ユーザー定義および予約済みのシステムプロパティの全セットを取得します。 レポートサーバーデータベース内の予約システムプロパティの一覧については、「 レポートサーバーシステムプロパティ」をご覧ください。
Propertiesパラメータがnull(Visual BasicでNothing)されている場合、GetSystemPropertiesメソッドはユーザーが閲覧権限を持つすべてのシステムプロパティを返します。 統合モードでSharePoint、ユーザーがウェブサイトに対して権限<xref:Microsoft.SharePoint.SPBasePermissions.Open>持っている場合、そのメソッドはユーザーが権限を持つすべてのシステムプロパティ<xref:Microsoft.SharePoint.SPBasePermissions.Open>返します。 ユーザーがウェブサイトの <xref:Microsoft.SharePoint.SPBasePermissions.Open> 権限を持っていない場合、メソッドはすべての非権限のシステムプロパティを返します。
要求されたプロパティが見つからない場合はエラーは返されません。 プロパティは値なしで返されます。
ユーザーが中央管理ウェブサイトのサイトコレクションにアクセスする適切な権限を持っている場合、プロパティを返します。