Share via


SPManager.SetupConfigDBToWyukonBootStrapMode method

NOTE: This API is now obsolete.

If we are upgrading a WSS build that is using WYUKON DB, we will need to set CONFIG DB into a boot strap mode because the new CERTs has not been applied yet.

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

Syntax

'Declaration
<ObsoleteAttribute("SharePoint no longer uses windows internal database")> _
Public Shared Sub SetupConfigDBToWyukonBootStrapMode ( _
    useWYukon As Boolean, _
    b2bUpgrade As Boolean _
)
'Usage
Dim useWYukon As Boolean
Dim b2bUpgrade As BooleanSPManager.SetupConfigDBToWyukonBootStrapMode(useWYukon, _
    b2bUpgrade)
[ObsoleteAttribute("SharePoint no longer uses windows internal database")]
public static void SetupConfigDBToWyukonBootStrapMode(
    bool useWYukon,
    bool b2bUpgrade
)

Parameters

See also

Reference

SPManager class

SPManager members

Microsoft.SharePoint.Upgrade namespace