SPContentDatabase.CanMigrate property

NOTE: This API is now obsolete.

Returns a value that indicates whether the content database can be migrated.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable ReadOnly Property CanMigrate As Boolean
    Get
'Usage
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 if the content database can be migrated; otherwise, false.

Implements

IMigratable.CanMigrate

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace