Propriedade do RDL PageRestorePlanner.TailLogBackupFile

Gets or sets the tail log backup file.

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

Sintaxe

'Declaração
Public Property TailLogBackupFile As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The tail log backup file.

Consulte também

Referência

PageRestorePlanner Classe

Namespace Microsoft.SqlServer.Management.Smo