Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.