NonSqlMigrationTaskInput.SelectedTables Property

Definition

Gets or sets metadata of the tables selected for migration

[Newtonsoft.Json.JsonProperty(PropertyName="selectedTables")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTable> SelectedTables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="selectedTables")>]
member this.SelectedTables : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTable> with get, set
Public Property SelectedTables As IList(Of NonSqlDataMigrationTable)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to