共用方式為


SPFarm.IsPaired 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 Property IsPaired As Boolean
    Get
    Set
'用途
Dim instance As SPFarm
Dim value As Boolean

value = instance.IsPaired

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

Property value

Type: System.Boolean
true 是表示 修復伺服器陣列Windows SharePoint Services 2.0伺服器陣列 ;否則為false

Implements

IMigratable.IsPaired

備註

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

請參閱

參照

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace