ログ末尾のバックアップ ファイルを取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public Property TailLogBackupFile As String
Get
Set
'使用
Dim instance As DatabaseRestorePlanner
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
新しいログ末尾のバックアップ ファイルです。