Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.