SPWebApplication.CanMigrate 属性

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

获取一个值,该值指示是否可以从与之成对出现Windows SharePoint Services 2.0 Web 应用程序迁移的 Web 应用程序的设置。

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

语法

声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable ReadOnly Property CanMigrate As Boolean
    Get
用法
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.CanMigrate
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool CanMigrate { get; }

属性值

类型:System.Boolean
true 如果设置可以迁移 ;否则为。默认值是false。

实现

IMigratable.CanMigrate

备注

成对的 Web 应用程序是一种连接到Windows SharePoint Services 2.0 Web 应用程序,以便逐步升级。

另请参阅

引用

SPWebApplication 类

SPWebApplication 成员

Microsoft.SharePoint.Administration 命名空间