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使用 方法检索完整的用户定义的和保留的系统属性集。 有关报表服务器数据库中保留的系统属性的列表,请参阅 报表服务器系统属性

Properties如果在 Visual Basic) 中 (Nothing参数null,则 GetSystemProperties 该方法将根据用户权限返回系统属性。 如果用户对网站具有 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 权限,则 该方法将返回用户有权 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 访问的所有系统属性。 如果用户没有 <xref:Microsoft.SharePoint.SPBasePermissions.Open> 网站的权限,则 该方法将返回所有非权限的系统属性。

如果未找到请求的属性,则不会返回任何错误。 返回属性时不带值。

适用于