Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the trailing window, in hours, used to compute health states.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property UnderUtilizationTrailingWindow As Integer
Get
Set
'Usage
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)
Eigenschaftswert
Typ: 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.