Utility.UnderUtilizationTrailingWindow プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
正常性状態を計算するために使用される継続時間を時間単位で取得または設定します。
public:
property int UnderUtilizationTrailingWindow { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int UnderUtilizationTrailingWindow { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.UnderUtilizationTrailingWindow : int with get, set
Public Property UnderUtilizationTrailingWindow As Integer
プロパティ値
プロセッサや I/O など、変動の多いリソースの過小使用時の正常性状態を計算するために使用される、継続時間の長さ (時間単位) を示す Int32 値です。
- 属性