共用方式為


SPFarm.CanMigrate property

NOTE: This API is now obsolete.

取得 Boolean 值,指出是否可以從Windows SharePoint Services 2.0伺服器陣列與它成對移轉伺服器陣列。

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 SPFarm
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

Implements

IMigratable.CanMigrate

備註

成對的伺服器陣列是連線至Windows SharePoint Services 2.0伺服器陣列。

請參閱

參照

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace