次の方法で共有


PageRestorePlanner.TailLogBackupFile プロパティ

ログ末尾のバックアップ ファイルを取得または設定します。

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

構文

'宣言
Public Property TailLogBackupFile As String 
    Get 
    Set
'使用
Dim instance As PageRestorePlanner 
Dim value As String 

value = instance.TailLogBackupFile

instance.TailLogBackupFile = value
public string TailLogBackupFile { get; set; }
public:
property String^ TailLogBackupFile {
    String^ get ();
    void set (String^ value);
}
member TailLogBackupFile : string with get, set
function get TailLogBackupFile () : String 
function set TailLogBackupFile (value : String)

プロパティ値

型: System.String
ログ末尾のバックアップ ファイルです。

関連項目

参照

PageRestorePlanner クラス

Microsoft.SqlServer.Management.Smo 名前空間