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