SPContentDatabase.ConcurrentSiteUpgradeSessionLimit property

Gets or sets the limit on how many site upgrade session can happen concurrently on this database.

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

Syntax

'Declaration
Public Property ConcurrentSiteUpgradeSessionLimit As UInteger
    Get
    Set
'Usage
Dim instance As SPContentDatabase
Dim value As UInteger

value = instance.ConcurrentSiteUpgradeSessionLimit

instance.ConcurrentSiteUpgradeSessionLimit = value
public uint ConcurrentSiteUpgradeSessionLimit { get; set; }

Property value

Type: System.UInt32
The number limit on how many site upgrade session can happen concurrently.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace