Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets whether the database restore planner tails log without using recovery.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
True if the database restore planner tails log without using recovery; otherwise, false.