Share via


Utility.OverUtilizationOccurenceFrequency Property

Gets or sets the occurrence frequency that is used to computer over-utilization health states over the specified trailing window.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property OverUtilizationOccurenceFrequency As Integer
    Get
    Set
'Usage
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)

Property Value

Type: 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.