次の方法で共有


Utility.MdwRetentionLengthInDaysForDaysHistory プロパティ

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

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

構文

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

value = instance.MdwRetentionLengthInDaysForDaysHistory

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

プロパティ値

型: System.Int32
管理データ ウェアハウス (MDW) の履歴テーブルにデータを保存する期間を日数単位で指定した Int32 値です。

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間