Свойство ExpirationDate
Gets or sets the date and time when the backup set expires and the backup data is no longer considered relevant.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Property ExpirationDate As DateTime
Get
Set
'Применение
Dim instance As Backup
Dim value As DateTime
value = instance.ExpirationDate
instance.ExpirationDate = value
public DateTime ExpirationDate { get; set; }
public:
property DateTime ExpirationDate {
DateTime get ();
void set (DateTime value);
}
member ExpirationDate : DateTime with get, set
function get ExpirationDate () : DateTime
function set ExpirationDate (value : DateTime)
Значение свойства
Тип System. . :: . .DateTime
A DateTime object value that specifies the expiration date. By default, the value is unspecified.
Замечания
The ExpirationDate property is valid only for backup data stored on disk or tape devices. Backup sets older than the expiration date can be overwritten by a later backup.
См. также