DatabaseCopyUpdateParameters.IsForcedTerminate Property

 

Optional. Gets or sets whether a Delete Database Operation will result in forced or friendly termination.

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

public Nullable<bool> IsForcedTerminate { get; set; }

Property Value

Type: System.Nullable<Boolean>
Return to top
Show: