SPContentDatabase.IsPaired property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether the content database is paired to a Windows SharePoint Services 2.0 content database.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Property IsPaired As Boolean
    Get
    Set
'Usage
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 if the content database is paired to a Windows SharePoint Services 2.0 content database; otherwise, false.

Implements

IMigratable.IsPaired

Remarks

A paired content database is one that is connected to a Windows SharePoint Services 2.0 content database.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace