SPContentDatabase.Migrate 方法 (Boolean)

请注意:此 API 现在已过时。

迁移从成对内容数据库,包括所有子选项的设置。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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
    类型:System.Boolean

    true如果儿童都包括在内 ;否则为false。默认值是false。

实现

IMigratable.Migrate(Boolean)

备注

成对的内容数据库是一种连接到Windows SharePoint Services 2.0的内容数据库。

另请参阅

引用

SPContentDatabase 类

SPContentDatabase 成员

Migrate 重载

Microsoft.SharePoint.Administration 命名空间