SPContentDatabase.Upgrade-Methode (Boolean)

Führt ein Upgrade die Inhaltsdatenbank aus einer früheren Version auf die aktuelle Version, mit der Option alle untergeordneten Elemente in der Hierarchie Upgrade upgraden.

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

Syntax

'Declaration
Public Overrides Sub Upgrade ( _
    recursively As Boolean _
)
'Usage
Dim instance As SPContentDatabase
Dim recursively As Boolean

instance.Upgrade(recursively)
public override void Upgrade(
    bool recursively
)

Parameter

  • recursively
    Typ: System.Boolean

    true untergeordnete Elemente in das Upgrade einschließen; andernfalls false. Der Standardwert ist false.

Implementiert

IUpgradable.Upgrade(Boolean)

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Upgrade-Überladung

Microsoft.SharePoint.Administration-Namespace