请注意:此 API 现在已过时。
返回一个值,该值指示是否可以迁移该内容数据库。
命名空间: 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 SPContentDatabase
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 如果可以迁移内容的数据库 ;否则为假。