Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.