共用方式為


SPWebApplication.CanMigrate property

NOTE: This API is now obsolete.

取得一個值,指出是否可以從它與配對Windows SharePoint Services 2.0 Web 應用程式移轉 Web 應用程式的設定。

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 SPWebApplication
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。預設值為false。

Implements

IMigratable.CanMigrate

備註

成對的 Web 應用程式是一連接至Windows SharePoint Services 2.0基於逐步升級的 Web 應用程式。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace