PageRestorePlanner.TailLogBackupFile Property

Gets or sets the tail log backup file.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property TailLogBackupFile As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The tail log backup file.

See Also

Reference

PageRestorePlanner Class

Microsoft.SqlServer.Management.Smo Namespace