SPServer.CacheHostApproachingThrottlingThresholdPercentage property
取得或設定接近節流臨界值的百分比的快取主機。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CacheHostApproachingThrottlingThresholdPercentage As UInteger
Get
Set
'用途
Dim instance As SPServer
Dim value As UInteger
value = instance.CacheHostApproachingThrottlingThresholdPercentage
instance.CacheHostApproachingThrottlingThresholdPercentage = value
public uint CacheHostApproachingThrottlingThresholdPercentage { get; set; }
Property value
Type: System.UInt32
快取主機的接近節流臨界值的百分比。
備註
此值必須是介於 0 到 100 之間。