Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.26 KB

configurationsetting-method-getdatabaseversiondisplayname.md

File metadata and controls

61 lines (47 loc) · 2.26 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
GetDatabaseVersionDisplayName method (WMI)
ConfigurationSetting method - GetDatabaseVersionDisplayName
maggiesMSFT
maggies
03/14/2017
reporting-services
wmi-provider-library-reference
conceptual
updatefrequency5
GetDatabaseVersionDisplayName method

ConfigurationSetting method - GetDatabaseVersionDisplayName

Gets the display name for a given report server database version string.

Syntax

Public Sub GetDatabaseVersionDisplayName(Version As String, DisplayName As String, ByRef HRESULT As Int32)  
public void GetDatabaseVersionDisplayName(string Version, string DisplayName, out Int32 HRESULT);  

Parameters

Version
A string that contains the version string for a report server database.

DisplayName
[out] A string that contains the display name that corresponds to the version supplied.

HRESULT
[out] Value indicating whether the call succeeded or failed.

Remarks

The following table shows the mapping from database version to display string.

Release Version Display Name
RS 2005 SP2 @DBVersion = 'C.0.8.54' SQL Server 2005 SP2
RS 2005 SP1 @DBVersion = 'C.0.8.43' SQL Server 2005 SP1
RS 2005 RTM @DBVersion = 'C.0.8.40' SQL Server 2005
RS 2000 SP2 @DBVersion = 'C.0.6.54' SQL Server 2000 SP2
RS 2000 SP1 @DBVersion = 'C.0.6.51' SQL Server 2000 SP1
RS 2000 RTM @DBVersion = 'C.0.6.43' SQL Server 2000
Hotfix Closest applicable version

For a Version prior to [!INCLUDEssNoVersion] 2000 an HRESULT of ACT_E_BAD_VERSION is returned.

Return value

Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A non-zero value indicates that an error has occurred.

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content

MSReportServer_ConfigurationSetting members