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 the date and time the backup operation finished.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property BackupFinishDate As DateTime
Get
'Usage
Dim instance As BackupSet
Dim value As DateTime
value = instance.BackupFinishDate
public DateTime BackupFinishDate { get; }
public:
property DateTime BackupFinishDate {
DateTime get ();
}
member BackupFinishDate : DateTime
function get BackupFinishDate () : DateTime
Property Value
Type: System.DateTime
The backup finish date.