Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: System.Boolean
True if the database restore planner tails log without using recovery; otherwise, false.