Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the tail log backup operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property TailLogBackupOperation As Backup
Get
Set
'Usage
Dim instance As RestorePlan
Dim value As Backup
value = instance.TailLogBackupOperation
instance.TailLogBackupOperation = value
public Backup TailLogBackupOperation { get; set; }
public:
property Backup^ TailLogBackupOperation {
Backup^ get ();
void set (Backup^ value);
}
member TailLogBackupOperation : Backup with get, set
function get TailLogBackupOperation () : Backup
function set TailLogBackupOperation (value : Backup)
Property Value
Type: Microsoft.SqlServer.Management.Smo.Backup
The tail log backup operation.