次の方法で共有


Utility.MdwRetentionLengthInDaysForMinutesHistory プロパティ

定義

ユーティリティ管理データ ウェアハウス (UMDW) の履歴テーブルに 1 分ごとのデータを保存する期間を日数単位で取得または設定します。

public:
 property int MdwRetentionLengthInDaysForMinutesHistory { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int MdwRetentionLengthInDaysForMinutesHistory { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.MdwRetentionLengthInDaysForMinutesHistory : int with get, set
Public Property MdwRetentionLengthInDaysForMinutesHistory As Integer

プロパティ値

UMDW の履歴テーブルにデータを保存する期間を日数単位で指定した Int32 値です。

属性

適用対象