ReportingService2010.GetSystemProperties(Property[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
하나 이상의 시스템 속성에 대한 값을 반환합니다.
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()
매개 변수
반환
하나 이상의 시스템 속성 값을 포함하는 Property 개체의 배열입니다.
- 특성
설명
다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.
SOAP 헤더 사용 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
기본 모드 필수 권한 | ReadSystemProperties 배열의 모든 속성에 대한 입니다 Properties . |
SharePoint 모드 필수 권한 | <xref:Microsoft.SharePoint.SPBasePermissions.Open> 의 모든 속성에 Properties |
메서드를 GetSystemProperties 사용하여 사용자 정의 및 예약된 시스템 속성의 전체 집합을 검색합니다. 보고서 서버 데이터베이스의 예약된 시스템 속성 목록은 보고서 서버 시스템 속성을 참조하세요.
매개 변수가 Properties
null
(Nothing
Visual Basic의 경우)이면 메서드는 GetSystemProperties 사용자가 볼 수 있는 권한이 있는 모든 시스템 속성을 반환합니다. SharePoint 통합 모드에서 사용자에게 웹 사이트에 대한 권한이 있는 경우 메서드는 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 사용자에게 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 권한이 있는 모든 시스템 속성을 반환합니다. 사용자에게 웹 사이트에 대한 권한이 없는 경우 메서드는 권한이 없는 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 모든 시스템 속성을 반환합니다.
요청된 속성을 찾을 수 없으면 오류가 반환되지 않습니다. 속성은 값 없이 반환됩니다.
사용자에게 중앙 관리 웹 사이트의 사이트 모음에 액세스할 수 있는 적절한 권한이 있는 경우 속성을 반환합니다.