共用方式為


RetainDays 屬性

Gets or sets the number of days that must elapse before a backup set can be overwritten.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property RetainDays As Integer
    Get
    Set
'用途
Dim instance As Backup
Dim value As Integer

value = instance.RetainDays

instance.RetainDays = value
public int RetainDays { get; set; }
public:
property int RetainDays {
    int get ();
    void set (int value);
}
member RetainDays : int with get, set
function get RetainDays () : int
function set RetainDays (value : int)

屬性值

型別:System. . :: . .Int32
An Int32 value that specifies the retention period in days. By default, the value is set to zero.

備註

Backup set retention period is set when media is initialized. When using SQL Server Management Objects (SMO) to automate Microsoft SQL Server backup, the RetainDays property is only evaluated when the Initialize property is True.