共用方式為


SPContentDatabase.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 SPContentDatabase
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內容資料庫。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace