次の方法で共有


Utility.MdwRetentionLengthInDaysForHoursHistory プロパティ

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

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public Property MdwRetentionLengthInDaysForHoursHistory As Integer 
    Get 
    Set
'使用
Dim instance As Utility 
Dim value As Integer 

value = instance.MdwRetentionLengthInDaysForHoursHistory

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

プロパティ値

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

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間