NonSqlMigrationTaskOutput.DataMigrationTableResults 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 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