Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes an upgrade of the configuration database in Microsoft SharePoint Foundation.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub PerformConfigDatabaseUpgrade ( _
databaseServer As String, _
configDatabaseName As String _
)
'Usage
Dim instance As SPManager
Dim databaseServer As String
Dim configDatabaseName As String
instance.PerformConfigDatabaseUpgrade(databaseServer, _
configDatabaseName)
public void PerformConfigDatabaseUpgrade(
string databaseServer,
string configDatabaseName
)
Parameters
databaseServer
Type: System.StringA string that specifies the database server.
configDatabaseName
Type: System.StringA string that specifies the database name.
Remarks
The PerformConfigDatabaseUpgrade method enables a database schema comparison in the upgrade.