| title | GenerateDatabaseUpgradeScript method (WMI MSReportServer_ConfigurationSetting) | |
|---|---|---|
| description | GenerateDatabaseUpgradeScript method (WMI MSReportServer_ConfigurationSetting) | |
| ms.date | 09/25/2024 | |
| ms.service | reporting-services | |
| ms.subservice | wmi-provider-library-reference | |
| ms.topic | upgrade-and-migration-article | |
| ms.custom |
|
|
| helpviewer_keywords |
|
|
| apilocation | reportingservices.mof | |
| apiname | GenerateDatabaseUpgradeScript (WMI MSReportServer_ConfigurationSetting Class) | |
| apitype | MOFDef |
Generates a script that can be used to upgrade the report server database to the [!INCLUDEsql2008-md] schema.
Public Sub GenerateDatabaseUpgradeScript(DatabaseName as String, _
ServerVersion as String, ByRef Script as String, _
ByRef HRESULT as Int32) public void GenerateDatabaseUpgradeScript (string DatabaseName,
string ServerVersion, out string Script,
out Int32 HRESULT); Databasename
A string containing the name of the report server database to upgrade.
ServerVersion
A string containing the version of the report server.
Script
[out] A string containing the generated SQL script.
HRESULT
[out] Value indicating whether the call succeeded or failed.
Returns an HRESULT indicating success or failure of the method call. A value of 0 indicates that the method call was successful. A nonzero value indicates that an error occurred.
The generated script supports [!INCLUDEssVersion2000], [!INCLUDEssVersion2005], and [!INCLUDEsql2008-md].
Namespace: [!INCLUDEssRSWMInmspcA]