Share via


Utility.UnderUtilizationOccurenceFrequency Property

Gets or sets the occurrence frequency that is used to computer underutilization 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 UnderUtilizationOccurenceFrequency As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Utility Class

Microsoft.SqlServer.Management.Utility Namespace