DatabaseCopy.IsContinuous Property
Optional. Gets a value that indicates whether the copy is continous.
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
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top