SPGlobalAdmin.UpgradeConfigDB method (Boolean)
NOTE: This API is now obsolete.
In Windows SharePoint Services 2.0 the UpgradeConfigDB method upgraded the configuration database, and is maintained for backward compatibility.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("UpgradeConfigDB() is a deprecated method")> _
Public Sub UpgradeConfigDB ( _
bForceUpgrade As Boolean _
)
'Usage
Dim instance As SPGlobalAdmin
Dim bForceUpgrade As Boolean
instance.UpgradeConfigDB(bForceUpgrade)
[ObsoleteAttribute("UpgradeConfigDB() is a deprecated method")]
public void UpgradeConfigDB(
bool bForceUpgrade
)
Parameters
bForceUpgrade
Type: System.Booleantrue to force upgrade of the database; otherwise, false.