Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property StandByFile As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The recovery with stand by file.