次の方法で共有


RestoreOptions.StandByFile プロパティ

コミットされていないトランザクションを元に戻します。ただし、復旧結果を取り消すことができるよう、元に戻す操作をスタンバイ ファイルに保存します。

名前空間:  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
復旧およびスタンバイ ファイルです。

関連項目

参照

RestoreOptions クラス

Microsoft.SqlServer.Management.Smo 名前空間