Partager via


Propriété RestoreOptions.StandByFile

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property StandByFile As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

RestoreOptions Classe

Espace de noms Microsoft.SqlServer.Management.Smo