Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.