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 사용자만 사용할 수 있습니다.

매개 변수가 ScaleOutfalse설정된 경우 이 메서드는 연결된 보고서 서버 instance 대해 하나의 <ServerConfigInfoItem> 요소만 반환합니다.

적용 대상