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.