Partager via


Propriété BackupSet.BackupStartDate

Gets the date and time when the backup operation started.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BackupStartDate As DateTime 
    Get
'Utilisation
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

Valeur de propriété

Type : System.DateTime
The backup start date.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo