Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.3 KB

File metadata and controls

40 lines (32 loc) · 1.3 KB
title DatabaseName property (WMI MSReportServer_ConfigurationSetting)
description DatabaseName property (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic conceptual
ms.custom
updatefrequency5
helpviewer_keywords
DatabaseName property
apilocation reportingservices.mof
apiname DatabaseName Property
apitype MOFDef

ConfigurationSetting property - DatabaseName

Specifies the name of the [!INCLUDEssNoVersion] instance that hosts the report server database. Read only.

Syntax

Public Dim DatabaseName As String  
public string DatabaseName;  

Property values

A String object whose value represents the database instance name of the report server database.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content