共用方式為


IMigratable.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.")> _
ReadOnly Property CanMigrate As Boolean
    Get
'用途
Dim instance As IMigratable
Dim value As Boolean

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

Property value

Type: System.Boolean
true 表示可移轉物件 ;否則為false

請參閱

參照

IMigratable interface

IMigratable members

Microsoft.SharePoint.Administration namespace