Share via


DatabaseRestorePlanner.TailLogWithNoRecovery-Eigenschaft

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

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

Syntax

'Declaration
Public Property TailLogWithNoRecovery As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

DatabaseRestorePlanner Klasse

Microsoft.SqlServer.Management.Smo-Namespace