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.