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)
Available in Sandboxed Solutions: No

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