SPUserCodeExecutionTier.MaximumConnectionsPerProcess property
取得或設定允許存取層屬於任何 SPUserCodeWorkerProcess.exe 程序的連線數目上限。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaximumConnectionsPerProcess As Integer
Get
Set
'用途
Dim instance As SPUserCodeExecutionTier
Dim value As Integer
value = instance.MaximumConnectionsPerProcess
instance.MaximumConnectionsPerProcess = value
public int MaximumConnectionsPerProcess { get; set; }
Property value
Type: System.Int32
允許存取屬於層沙箱工作者處理序的連線數目上限。預設值為 1。