MigrateSqlServerSqlDbSyncDatabaseInput.MigrationSetting Property

Definition

Gets or sets migration settings which tune the migration behavior

[Newtonsoft.Json.JsonProperty(PropertyName="migrationSetting")]
public System.Collections.Generic.IDictionary<string,string> MigrationSetting { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="migrationSetting")>]
member this.MigrationSetting : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property MigrationSetting As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to