Share via


MigrateSqlServerSqlDbDatabaseInput.MakeSourceDbReadOnly Property

Definition

Gets or sets whether to set database read only before migration

[Newtonsoft.Json.JsonProperty(PropertyName="makeSourceDbReadOnly")]
public bool? MakeSourceDbReadOnly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="makeSourceDbReadOnly")>]
member this.MakeSourceDbReadOnly : Nullable<bool> with get, set
Public Property MakeSourceDbReadOnly As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to