RestorableDroppedDatabase::RecoveryPeriodStartDate Property

 

Optional. Gets the starting date of the restorable period for this database.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
property Nullable<DateTime> RecoveryPeriodStartDate {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>
Return to top
Show: