Reporting Services WMI Provider Library

The Report Server Windows Management Instrumentation (WMI) provider supports WMI operations that enable you to write scripts and code to modify settings of the report server and Report Manager.

For example, if you want to change whether integrated security is used when the report server connects to the report server database, create an instance of the MSReportServer_ConfigurationSetting class and use the DatabaseIntegratedSecurity property of the of the report server instance. The classes shown in the following table represent Reporting Services components. The classes are defined in either the <install drive>\Microsoft\SqlServer\ReportServer\v9 or the <install drive>\Microsoft\SqlServer\ReportServer\v9\Admin namespaces. Each of the classes support read and write operations. Create operations are not supported.

Classes

Class Description

MSReportServer_Instance Class

Provides basic information required for a client to connect to an installed report server.

MSReportServer_ConfigurationSetting Class

Represents the installation and run-time parameters of a report server instance. These parameters are stored in the configuration file for the report server.

MSReportServer_ConfigurationSettingForSharePoint Class

Represents the installation and run-time parameters of a report server instance that is configured for SharePoint integrated mode. These parameters are stored in the configuration file for the report server

MSReportManager_ConfigurationSetting Class

Represents the installation and run-time parameters of a Report Manager instance. These parameter are stored in the configuration file for Report Manager.

For more information about WMI operations, see the WMI SDK documentation included with the Microsoft .NET Framework SDK.

Change History

Release History

12 décembre 2006

Changed content:
  • Added the MSReportServer_ConfigurationSettingForSharePoint class.

17 juillet 2006

Changed content:
  • Updated namespace path.

Voir aussi

Référence

Reporting Services Programming Reference

Aide et Informations

Assistance sur SQL Server 2005