ReportingService2010.SetSystemProperties(Property[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보고서 서버 또는 SharePoint 팜에 대한 시스템 속성을 하나 이상 설정합니다.
public:
void SetSystemProperties(cli::array <ReportService2010::Property ^> ^ Properties);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties", 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 void SetSystemProperties (ReportService2010.Property[] Properties);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemProperties", 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.SetSystemProperties : ReportService2010.Property[] -> unit
Public Sub SetSystemProperties (Properties As Property())
매개 변수
- 특성
설명
다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.
SOAP 헤더 사용 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
기본 모드 필수 권한 | UpdateSystemProperties (시스템) |
SharePoint 모드 필수 권한 | <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb> |
사용자는 시스템에서 예약하지 않은 사용자 지정 시스템 속성을 더 추가할 수 있습니다. 배열에 지정된 속성이 Property 없으면 만들어집니다. 속성에 대한 값이 있으면 덮어씁니다. 예약된 시스템 속성을 만들거나 제거할 수 없습니다. 설정되는 시스템 속성에 따라 보고서 서버의 기능이 변경될 수 있습니다. 예약된 시스템 속성 목록은 보고서 서버 시스템 속성을 참조하세요. 오류가 발생하면 속성이 설정되지 않습니다.
속성을 빈 값으로 설정하여 속성 값을 제거할 수 있습니다.
사용자가 중앙 관리 웹 사이트의 사이트 모음에 액세스할 수 있는 적절한 권한이 있는 경우 속성을 반환합니다.