Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.25 KB

File metadata and controls

40 lines (32 loc) · 1.25 KB
title DatabaseServerName property (WMI MSReportServer_ConfigurationSetting)
description DatabaseServerName 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
DatabaseServerName property
apilocation reportingservices.mof
apiname DatabaseServerName Property
apitype MOFDef

ConfigurationSetting property - DatabaseServerName

Specifies the name of the server on which the report server database is installed. Read/write.

Syntax

Public Dim DatabaseServerName As String  
public string DatabaseServerName;  

Property values

A String object that represents the name of the server.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content