HistoryRetentionInDays 属性

Gets or sets the number of days the policy store retains history.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public Property HistoryRetentionInDays As Integer
    Get
    Set
用法
Dim instance As PolicyStore
Dim value As Integer

value = instance.HistoryRetentionInDays

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

属性值

类型:System. . :: . .Int32
An integer value that specifies the number of days history is retained.