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.