Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.