Share via


NonSqlMigrationTaskOutput.DataMigrationTableResults Property

Definition

Gets results of the migration. The key contains the table name and the value the table result object

[Newtonsoft.Json.JsonProperty(PropertyName="dataMigrationTableResults")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTableResult> DataMigrationTableResults { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataMigrationTableResults")>]
member this.DataMigrationTableResults : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.NonSqlDataMigrationTableResult>
Public ReadOnly Property DataMigrationTableResults As IDictionary(Of String, NonSqlDataMigrationTableResult)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to