共用方式為


IMigratable.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.")> _
Sub Migrate ( _
    includeChildren As Boolean _
)
'用途
Dim instance As IMigratable
Dim includeChildren As Boolean

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

參數

  • includeChildren
    Type: System.Boolean

    true包含子系 ;否則,請false。

請參閱

參照

IMigratable interface

IMigratable members

Migrate overload

Microsoft.SharePoint.Administration namespace