共用方式為


SPWebApplication.MaxItemsPerThrottledOperation property

取得或設定代表的項目在清單作業開始能夠節流計數數字。

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

Syntax

'宣告
Public Property MaxItemsPerThrottledOperation As UInteger
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperation

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

Property value

Type: System.UInt32
不帶正負號的 32 位元整數,代表要清單作業開始能夠節流的項目計數

備註

如果目前的使用者不具有伺服器陣列管理員層級權限,這個方法會擲回類型System.Security.SecurityException的錯誤。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace