ReportingService2010.GetReportServerConfigInfo(Boolean) 方法

定义

返回有关连接的报表服务器实例或扩展部署中所有报表服务器实例的信息。

public:
 System::String ^ GetReportServerConfigInfo(bool ScaleOut);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetReportServerConfigInfo", 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 string GetReportServerConfigInfo (bool ScaleOut);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetReportServerConfigInfo", 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.GetReportServerConfigInfo : bool -> string
Public Function GetReportServerConfigInfo (ScaleOut As Boolean) As String

参数

ScaleOut
Boolean

一个 boolean 值,该值指示是否返回Reporting Services Configuration Manager的“Scale Out部署”页中列出的所有报表服务器实例。

返回

包含 string 一组 <ServerConfigInfoItem>XML 元素。

属性

注解

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

SOAP 标头用法 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
本机模式所需权限 用户必须是 BUILTIN\Administrators 组的成员
SharePoint 模式所需权限 用户必须是 BUILTIN\Administrators 组的成员

<ServerConfigInfoItem> XML 元素包含以下元素:

元素 描述
InstanceName 获取或设置报表服务器实例的名称。
MachineName 获取或设置承载报表服务器实例的计算机的名称。
ReportServerURLItem 获取或设置报表服务器实例的 URL。
ServerAccountName 获取或设置管理报表服务器实例的服务帐户名称。

只有属于本地管理员组的 Windows 用户才能访问此方法。

ScaleOut如果 参数设置为 false,则此方法仅为连接的报表服务器实例返回一个 <ServerConfigInfoItem> 元素。

适用于