| title | GenerateDatabaseUpgradeScript Method (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs | |
|---|---|---|
| ms.date | 03/01/2017 | |
| ms.prod | reporting-services | |
| ms.prod_service | reporting-services-native | |
| ms.technology | wmi-provider-library-reference | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | MOFDef | |
| helpviewer_keywords |
|
|
| ms.assetid | 88534e8e-2877-41cd-b5c2-b1d33a0fd203 | |
| author | maggiesMSFT | |
| ms.author | maggies |
Generates a script that can be used to upgrade the report server database to the [!INCLUDEssKatmai] 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 non-zero value indicates that an error has occurred.
The generated script supports [!INCLUDEssVersion2000], [!INCLUDEssVersion2005], and [!INCLUDEssKatmai].
Namespace: [!INCLUDEssRSWMInmspcA]