Share via


RestoreDatabaseOperation.SourceDatabaseDeletionDate Property

 

Optional. Gets 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)

Syntax

public Nullable<DateTime> SourceDatabaseDeletionDate { get; set; }
public:
property Nullable<DateTime> SourceDatabaseDeletionDate {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member SourceDatabaseDeletionDate : Nullable<DateTime> with get, set
Public Property SourceDatabaseDeletionDate As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

RestoreDatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top