共用方式為


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.

請參閱

參考

RestoreOptions 類別

Microsoft.SqlServer.Management.Smo 命名空間