Share via


DatabaseCopyCreateParameters.IsContinuous Property

 

Required. Gets a value that indicates whether the copy should be continuous.

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

Syntax

public bool IsContinuous { get; set; }
public:
property bool IsContinuous {
    bool get();
    void set(bool value);
}
member IsContinuous : bool with get, set
Public Property IsContinuous As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top