Gets the date and time when the backup operation started.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property BackupStartDate As DateTime
Get
'用途
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
屬性值
型別:System.DateTime
The backup start date.