DatabaseName Property (WMI MSReportServer_ConfigurationSetting)

Specifies the name of the SQL Server 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: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v12\Admin

See Also

MSReportServer_ConfigurationSetting Members