Propriedade do RDL DatabaseRestorePlanner.TailLogWithNoRecovery

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DatabaseRestorePlanner Classe

Namespace Microsoft.SqlServer.Management.Smo