Compartir a través de


RetainDays Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property RetainDays As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Notas

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.