SPServer.CacheHostApproachingThrottlingThresholdPercentage 属性

获取或设置缓存主机以百分比表示的临近调节阈值。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.UInt32
缓存主机的临近调节阈值的百分比。

备注

值必须是介于 0 和 100 之间。

另请参阅

引用

SPServer 类

SPServer 成员

Microsoft.SharePoint.Administration 命名空间