Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.21 KB

File metadata and controls

63 lines (48 loc) · 2.21 KB
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
GenerateDatabaseUpgradeScript (WMI MSReportServer_ConfigurationSetting Class)
apilocation
reportingservices.mof
apitype MOFDef
helpviewer_keywords
GenerateDatabaseUpgradeScript method
ms.assetid 88534e8e-2877-41cd-b5c2-b1d33a0fd203
author maggiesMSFT
ms.author maggies

ConfigurationSetting Method - GenerateDatabaseUpgradeScript

Generates a script that can be used to upgrade the report server database to the [!INCLUDEssKatmai] schema.

Syntax

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);  

Parameters

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.

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.

Remarks

The generated script supports [!INCLUDEssVersion2000], [!INCLUDEssVersion2005], and [!INCLUDEssKatmai].

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members