ReportingService2006.SetSystemProperties(Property[]) 方法

定義

設定 SharePoint 伺服陣列的一個或多個系統屬性。

public:
 void SetSystemProperties(cli::array <ReportService2006::Property ^> ^ Properties);
public void SetSystemProperties (ReportService2006.Property[] Properties);
member this.SetSystemProperties : ReportService2006.Property[] -> unit
Public Sub SetSystemProperties (Properties As Property())

參數

Properties
Property[]

Property 物件的陣列,定義要為 SharePoint 整合模式中報表伺服器設定的系統屬性和值。

備註

下表顯示標頭以及有關這項作業的權限資訊。

SOAP 標頭 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要權限 ManageWeb

使用者可以新增系統不會保留的更多自訂系統屬性。 如果陣列中指定的屬性 Property 不存在,則會加以建立。 如果屬性的值存在,則會覆寫它。 您無法建立或移除保留的系統屬性。 視所設定的系統屬性而定,報表伺服器的功能可能會變更。 如需保留的系統屬性清單,請參閱 報表伺服器系統屬性。 如果發生錯誤,則不會設定任何屬性。

您可以藉由將屬性設定為空白值,來移除屬性的值。

如果使用者有適當的許可權可存取管理中心網站的網站集合,則會傳回屬性。

適用於