Partager via


Propriété DatabaseRestorePlanner.TailLogWithNoRecovery

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

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

Syntaxe

'Déclaration
Public Property TailLogWithNoRecovery As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DatabaseRestorePlanner Classe

Espace de noms Microsoft.SqlServer.Management.Smo