Compartir a través de


BackupSet.BeginsLogChain Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo