Свойство BackupSet.BeginsLogChain
Gets a value that indicates whether the backup set is the first in a continuous chain of log backups.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property BeginsLogChain As Boolean
Get
'Применение
Dim instance As BackupSet
Dim value As Boolean
value = instance.BeginsLogChain
public bool BeginsLogChain { get; }
public:
property bool BeginsLogChain {
bool get ();
}
member BeginsLogChain : bool
function get BeginsLogChain () : boolean
Значение свойства
Тип: System.Boolean
true if the backup set is the first in a continuous chain of log backups; otherwise, false.