共用方式為


PageRestorePlanner.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 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
The tail log backup file.

請參閱

參考

PageRestorePlanner 類別

Microsoft.SqlServer.Management.Smo 命名空間