Partager via


Propriété DatabaseRestorePlanner.TailLogBackupFile

Gets or sets the tail log backup file.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property TailLogBackupFile As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The new tail log backup file.

Voir aussi

Référence

DatabaseRestorePlanner Classe

Espace de noms Microsoft.SqlServer.Management.Smo