Proprietà BackupSet.BackupStartDate
Gets the date and time when the backup operation started.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BackupStartDate As DateTime
Get
'Utilizzo
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
Valore proprietà
Tipo: System.DateTime
The backup start date.