Compartir a través de


StandbyFile Propiedad

Gets or sets the name of an undo file that is used as part of the imaging strategy for an instance of SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property StandbyFile As String
    Get
    Set
'Uso
Dim instance As Restore
Dim value As String

value = instance.StandbyFile

instance.StandbyFile = value
public string StandbyFile { get; set; }
public:
property String^ StandbyFile {
    String^ get ();
    void set (String^ value);
}
member StandbyFile : string with get, set
function get StandbyFile () : String
function set StandbyFile (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String that specifies the name of the undo file.

Notas

Database log restoration with undo is available against a read-only image of a SQL Server database and offers one strategy for maintaining a standby image of critical instances.