DatabaseRestorePlanner.TailLogBackupFile 属性

Gets or sets the tail log backup file.

命名空间:  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
The new tail log backup file.

请参阅

参考

DatabaseRestorePlanner 类

Microsoft.SqlServer.Management.Smo 命名空间