次の方法で共有


StandbyFile プロパティ

SQL Server インスタンスのイメージング方法の一部として使用される UNDO ファイルの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Property StandbyFile As String
    Get
    Set
'使用
Dim instance As Restore
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
UNDO ファイルの名前を示す String です。

説明

元に戻すことによるデータベース ログの復元は、SQL Server データベースの読み取り専用のイメージに対して使用でき、重要なインスタンスのスタンバイ イメージを維持するための 1 つの方法を提供します。