ReportingService2006.GetSystemProperties(Property[]) 메서드

정의

하나 이상의 시스템 속성에 대한 값을 반환합니다.

public:
 cli::array <ReportService2006::Property ^> ^ GetSystemProperties(cli::array <ReportService2006::Property ^> ^ Properties);
public ReportService2006.Property[] GetSystemProperties (ReportService2006.Property[] Properties);
member this.GetSystemProperties : ReportService2006.Property[] -> ReportService2006.Property[]
Public Function GetSystemProperties (Properties As Property()) As Property()

매개 변수

Properties
Property[]

값을 검색할 속성의 이름을 포함하는 Property 개체의 배열입니다.

반환

하나 이상의 시스템 속성 값을 포함하는 Property 개체의 배열입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
필요한 권한 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 의 모든 속성에 Properties

메서드를 GetSystemProperties 사용하여 사용자 정의 및 예약된 시스템 속성의 전체 집합을 검색합니다. 보고서 서버 데이터베이스의 예약된 시스템 속성 목록은 보고서 서버 시스템 속성을 참조하세요.

매개 변수가 Propertiesnull (Nothing Visual Basic의 경우)이면 메서드는 GetSystemProperties 사용자 권한에 따라 시스템 속성을 반환합니다. 사용자에게 웹 사이트에 대한 권한이 있는 경우 메서드는 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 사용자에게 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 권한이 있는 모든 시스템 속성을 반환합니다. 사용자에게 웹 사이트에 대한 권한이 없는 경우 메서드는 권한이 없는 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 모든 시스템 속성을 반환합니다.

요청된 속성을 찾을 수 없으면 오류가 반환되지 않습니다. 속성은 값 없이 반환됩니다.

적용 대상