共用方式為


SPPersistedUpgradableObject.Upgrade method (Boolean)

升級物件,並且遞迴方式布林值參數會等於true,升級目前物件的所有子代。

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

Syntax

'宣告
Public Overridable Sub Upgrade ( _
    recursively As Boolean _
)
'用途
Dim instance As SPPersistedUpgradableObject
Dim recursively As Boolean

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

參數

  • recursively
    Type: System.Boolean

    true來更新資料庫遞迴方式 ;否則,請false。

Implements

IUpgradable.Upgrade(Boolean)

請參閱

參照

SPPersistedUpgradableObject class

SPPersistedUpgradableObject members

Upgrade overload

Microsoft.SharePoint.Administration namespace