Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.39 KB

File metadata and controls

32 lines (26 loc) · 2.39 KB
title Reporting Services WMI provider library reference
description Reporting Services WMI provider library reference (SSRS)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
WMI provider [Reporting Services], library
apilocation reportingservices.mof
apiname Reporting Services WMI Provider Library

Reporting Services WMI provider library reference (SSRS)

The [!INCLUDEssRSnoversion] 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. Then, use the DatabaseIntegratedSecurity property of the report server instance. The classes shown in the following table represent [!INCLUDEssRSnoversion] components. The classes are defined in either the [!INCLUDEssRSWMInmspc] or the [!INCLUDEssRSWMInmspcA] namespaces. Each of the classes supports read and write operations. Create operations aren't supported.

Classes

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.

For more information about WMI operations, see the WMI SDK documentation included with the [!INCLUDEmsCoName] [!INCLUDEdnprdnshort] SDK.

Related content