Share via


DatabaseCopy.IsTerminationAllowed Property

 

Optional. Gets a value indicating whether forced termination of this continuous copy is allowed.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top