RestoreDatabaseOperationCreateParameters.PointInTime Property

 

Optional. Gets or sets the point in time to restore to.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

See Also

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

Return to top