Share via


SPContentDatabase.Migrate Method (Boolean)

NOTE: This API is now obsolete.

Migrates settings from a paired content database with the option of including all children.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Sub Migrate ( _
    includeChildren As Boolean _
)
'Usage
Dim instance As SPContentDatabase
Dim includeChildren As Boolean

instance.Migrate(includeChildren)
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual void Migrate(
    bool includeChildren
)

Parameters

  • includeChildren
    Type: System.Boolean

    true if children are included; otherwise, false. The default value is false.

Implements

IMigratable.Migrate(Boolean)

Remarks

A paired content database is one that is connected to a Windows SharePoint Services 2.0 content database.

See Also

Reference

SPContentDatabase Class

SPContentDatabase Members

Migrate Overload

Microsoft.SharePoint.Administration Namespace