Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 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)
Property Value
Type: System.String
The new tail log backup file.