共用方式為


SPGlobalAdmin.UpgradeConfigDB method (Boolean)

NOTE: This API is now obsolete.

在Windows SharePoint Services 2.0UpgradeConfigDB方法升級設定資料庫,並維護回溯相容性。

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

Syntax

'宣告
<ObsoleteAttribute("UpgradeConfigDB() is a deprecated method")> _
Public Sub UpgradeConfigDB ( _
    bForceUpgrade As Boolean _
)
'用途
Dim instance As SPGlobalAdmin
Dim bForceUpgrade As Boolean

instance.UpgradeConfigDB(bForceUpgrade)
[ObsoleteAttribute("UpgradeConfigDB() is a deprecated method")]
public void UpgradeConfigDB(
    bool bForceUpgrade
)

參數

  • bForceUpgrade
    Type: System.Boolean

    若要強制升級的資料庫 ; true否則,請false。

請參閱

參照

SPGlobalAdmin class

SPGlobalAdmin members

UpgradeConfigDB overload

Microsoft.SharePoint.Administration namespace