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)

Usage

'Usage
Dim instance As DatabaseCopyCreateParameters
Dim value As Boolean

value = instance.IsContinuous

instance.IsContinuous = value

Syntax

'Declaration
Public Property IsContinuous As Boolean
public bool IsContinuous { get; set; }
public:
property bool IsContinuous {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsContinuous ()

/** @property */
public void set_IsContinuous (boolean value)
public function get IsContinuous () : boolean

public function set IsContinuous (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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