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.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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.