Compartir a través de


RestoreOptions.StandByFile Propiedad

Undo uncommitted transactions, but save the undo actions in a standby file that allows the recovery effects to be reversed.

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 RestoreOptions 
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
The recovery with stand by file.

Vea también

Referencia

RestoreOptions Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo