DatabaseRestorePlanner.TailLogBackupFile Propiedad
Gets or sets the tail log backup file.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property TailLogBackupFile As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The new tail log backup file.