SPResourceMeasure.MinimumThreshold property
任何流量可能超過下方的最小閾值。例如,在評估 CPU 時間,MinimumThreshold 度量單位可能會 100ms年。下方 100ms年任何累加流量不彙總,由於假設其值可為完全正常的執行時間的網頁組件。高於臨界值的最小任何使用狀況追蹤,且為 (值-MinimumThreshold) 記錄。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MinimumThreshold As Double
Get
Set
'用途
Dim instance As SPResourceMeasure
Dim value As Double
value = instance.MinimumThreshold
instance.MinimumThreshold = value
public double MinimumThreshold { get; set; }
Property value
Type: System.Double
會傳回Double。