Share via


SPContentDatabase.IsPaired-Eigenschaft

HINWEIS: Diese API ist veraltet.

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die Inhaltsdatenbank mit einer Inhaltsdatenbank her Windows SharePoint Services 2.0 verbunden ist.

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; }

Eigenschaftswert

Typ: System.Boolean
true, Wenn die Inhaltsdatenbank mit einer Inhaltsdatenbank her Windows SharePoint Services 2.0 verbunden ist. anderenfalls false.

Implementiert

IMigratable.IsPaired

Hinweise

Eine kombinierte Inhaltsdatenbank ist eine, die mit einer Inhaltsdatenbank her Windows SharePoint Services 2.0 verbunden ist.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace