Поделиться через


Метод ReportingService2006.SetSystemProperties

Sets one or more system properties for the SharePoint farm.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Sub SetSystemProperties ( _
    Properties As Property() _
)
'Применение
Dim instance As ReportingService2006 
Dim Properties As Property()

instance.SetSystemProperties(Properties)
public void SetSystemProperties(
    Property[] Properties
)
public:
void SetSystemProperties(
    array<Property^>^ Properties
)
member SetSystemProperties : 
        Properties:Property[] -> unit
public function SetSystemProperties(
    Properties : Property[]
)

Параметры

  • Properties
    Тип: array<ReportService2006.Property[]
    An array of Property objects that define the system properties and values to set for a report server in SharePoint integrated mode.

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManageWeb

Users can add more custom system properties that are not reserved by the system. If a property specified in the Property array does not exist, it is created. If a value for a property exists, it is overwritten. You cannot create or remove reserved system properties. Depending on the system property being set, the functionality of the report server may change. For a list of reserved system properties, see Системные свойства сервера отчетов. If errors occur, no properties are set.

You can remove the value of a property by setting the property to an empty value.

Returns properties if the user has appropriate permissions to access the site collection for the Central Administration website.

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006