RestoreDatabaseOperationCreateParameters::SourceDatabaseDeletionDate Property

 

Optional. Gets or sets the deletion date of the source Azure SQL Database.

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

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

Property Value

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