Свойство RestoreOptions.StandByFile
Undo uncommitted transactions, but save the undo actions in a standby file that allows the recovery effects to be reversed.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Property StandByFile As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The recovery with stand by file.