NonSqlMigrationTaskInput.SelectedTables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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