SPContentDatabase.CanMigrate property
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 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; }
Property value
Type: System.Boolean
true 是表示 如果可移轉的內容資料庫 ;否則為false。