Propriedade do RDL BackupSet.BeginsLogChain

Gets a value that indicates whether the backup set is the first in a continuous chain of log backups.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property BeginsLogChain As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if the backup set is the first in a continuous chain of log backups; otherwise, false.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo