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 ヘッダーの使用方法 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
ネイティブ モードで必要なアクセス許可 | Properties 配列内のすべてのプロパティに対する ReadSystemProperties |
SharePoint モードで必要なアクセス許可 | Properties のすべてのプロパティに対する <xref:Microsoft.SharePoint.SPBasePermissions.Open> |
ユーザー定義プロパティと予約済みのシステム プロパティをすべて取得するには、GetSystemProperties メソッドを使用します。 レポート サーバー データベースの予約済みシステム プロパティの一覧については、「レポート サーバー システムのプロパティ」を参照してください。
Properties
パラメーターが null
(Visual Basic では Nothing
) の場合、GetSystemProperties メソッドは、ユーザーが表示権限を持っているすべてのシステム プロパティを返します。 SharePoint 統合混合モードでは、ユーザーが Web サイトの <xref:Microsoft.SharePoint.SPBasePermissions.Open> 権限を持っている場合、メソッドは、ユーザーが <xref:Microsoft.SharePoint.SPBasePermissions.Open> 権限を持っているすべてのシステム プロパティを返します。 ユーザーが Web サイトの <xref:Microsoft.SharePoint.SPBasePermissions.Open> 権限を持っていない場合、メソッドは、権限のないすべてのシステム プロパティを返します。
要求されたプロパティが見つからない場合でも、エラーは返されません。 プロパティは値なしで返されます。
ユーザーがサーバー管理 Web サイトのサイト コレクションにアクセスする適切な権限を持っている場合はプロパティを返します。