BackupSet.BackupStartDate-Eigenschaft
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
Eigenschaftswert
Typ: System.DateTime
The backup start date.