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.
Upgrades the content database from a previous release to the current release, with the option of upgrading all its children in the upgrade hierarchy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Upgrade ( _
recursively As Boolean _
)
'Usage
Dim instance As SPContentDatabase
Dim recursively As Boolean
instance.Upgrade(recursively)
public override void Upgrade(
bool recursively
)
Parameters
recursively
Type: System.Booleantrue to include children in the upgrade; otherwise, false. The default value is false.