UnderUtilizationOccurenceFrequency 属性
Gets or sets the occurrence frequency that is used to computer underutilization health states over the specified trailing window.
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
<SfcPropertyAttribute(Data := True)> _
Public Property UnderUtilizationOccurenceFrequency As Integer
Get
Set
用法
Dim instance As Utility
Dim value As Integer
value = instance.UnderUtilizationOccurenceFrequency
instance.UnderUtilizationOccurenceFrequency = value
[SfcPropertyAttribute(Data = true)]
public int UnderUtilizationOccurenceFrequency { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property int UnderUtilizationOccurenceFrequency {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
member UnderUtilizationOccurenceFrequency : int with get, set
function get UnderUtilizationOccurenceFrequency () : int
function set UnderUtilizationOccurenceFrequency (value : int)
属性值
类型:System. . :: . .Int32
An Int32 value that specifies the occurrence frequency percentage that is used to computer underutilization health states for volatile resources, such as the processor and I/O.