ReportingService2010.GetSystemProperties(Property[]) 方法

定义

返回一个或多个系统属性的值。

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

参数

Properties
Property[]

Property 对象的数组,该数组包含要检索其值的属性名称。

返回

Property 对象的数组,它包含一个或多个系统属性的值。

属性

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头用法 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
本机模式所需权限 ReadSystemProperties 表示数组中的所有 Properties 属性。
SharePoint 模式所需权限 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 中所有属性 Properties

GetSystemProperties使用 方法检索完整的用户定义的和保留的系统属性集。 有关报表服务器数据库中保留的系统属性的列表,请参阅 报表服务器系统属性

Properties如果在 Visual Basic) Nothing 中 (参数null,该方法GetSystemProperties将返回用户有权查看的所有系统属性。 在 SharePoint 集成模式下,如果用户对网站具有 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 权限,则 该方法将返回用户有权 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 访问的所有系统属性。 如果用户没有 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 网站的权限,该方法将返回所有非权限的系统属性。

如果未找到请求的属性,则不会返回任何错误。 返回的属性不带值。

如果用户具有访问管理中心网站的网站集的适当权限,则返回属性。

适用于