OverUtilizationOccurenceFrequency 属性

Gets or sets the occurrence frequency that is used to computer over-utilization 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 OverUtilizationOccurenceFrequency As Integer
    Get
    Set
用法
Dim instance As Utility
Dim value As Integer

value = instance.OverUtilizationOccurenceFrequency

instance.OverUtilizationOccurenceFrequency = value
[SfcPropertyAttribute(Data = true)]
public int OverUtilizationOccurenceFrequency { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property int OverUtilizationOccurenceFrequency {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
member OverUtilizationOccurenceFrequency : int with get, set
function get OverUtilizationOccurenceFrequency () : int
function set OverUtilizationOccurenceFrequency (value : int)

属性值

类型:System. . :: . .Int32
An Int32 value that specifies the occurrence frequency percentage that is used to computer over-utilization health states for volatile resources, such as the processor and I/O.