共用方式為


SPContentDatabase.Migrate method (Boolean)

NOTE: This API is now obsolete.

移轉設定成對的內容資料庫,以包括所有子系的選項。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Sub Migrate ( _
    includeChildren As Boolean _
)
'用途
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
)

參數

  • includeChildren
    Type: System.Boolean

    true如果子項目都包含在內 ;否則,請false。預設值為false。

Implements

IMigratable.Migrate(Boolean)

備註

成對的內容資料庫是連線至Windows SharePoint Services 2.0內容資料庫。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Migrate overload

Microsoft.SharePoint.Administration namespace