Partager via


Propriété BackupSet.BeginsLogChain

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BeginsLogChain As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo