Proprietà Utility.OverUtilizationTrailingWindow

Gets or sets the trailing window, in hours, used to compute health states.

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public Property OverUtilizationTrailingWindow As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Utility 
Dim value As Integer 

value = instance.OverUtilizationTrailingWindow

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

Valore proprietà

Tipo: System.Int32
An Int32 value that specifies the length, in hours, of the trailing window that is used to compute over-utilization health states for volatile resources such as the processor or I/O.

Vedere anche

Riferimento

Utility Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility