Utility.UnderUtilizationTrailingWindow 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public Property UnderUtilizationTrailingWindow As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Utility 
Dim value As Integer 

value = instance.UnderUtilizationTrailingWindow

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

속성 값

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

참고 항목

참조

Utility 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스