Compartir a través de


DatabaseRestorePlanner.TailLogWithNoRecovery Propiedad

Gets or sets whether the database restore planner tails log without using recovery.

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

Sintaxis

'Declaración
Public Property TailLogWithNoRecovery As Boolean 
    Get 
    Set
'Uso
Dim instance As DatabaseRestorePlanner 
Dim value As Boolean 

value = instance.TailLogWithNoRecovery

instance.TailLogWithNoRecovery = value
public bool TailLogWithNoRecovery { get; set; }
public:
property bool TailLogWithNoRecovery {
    bool get ();
    void set (bool value);
}
member TailLogWithNoRecovery : bool with get, set
function get TailLogWithNoRecovery () : boolean 
function set TailLogWithNoRecovery (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the database restore planner tails log without using recovery; otherwise, false.

Vea también

Referencia

DatabaseRestorePlanner Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo