Partilhar via


Propriedade do RDL RestoreOptions.StandByFile

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.String
The recovery with stand by file.

Consulte também

Referência

RestoreOptions Classe

Namespace Microsoft.SqlServer.Management.Smo