言語

Utility.UnderUtilizationTrailingWindow プロパティ

定義

健康状態の計算に使われるトレーリングウィンドウ(時間単位)を取得したり設定したりします。

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 値。

属性

適用対象