你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSqlServerSqlDbTaskInput.ValidationOptions 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 options for enabling various post migration validations. Available options, 1.) Data Integrity Check: Performs a checksum based comparison on source and target tables after the migration to ensure the correctness of the data. 2.) Schema Validation: Performs a thorough schema comparison between the source and target tables and provides a list of differences between the source and target database, 3.) Query Analysis: Executes a set of queries picked up automatically either from the Query Plan Cache or Query Store and execute them and compares the execution time between the source and target database.
[Newtonsoft.Json.JsonProperty(PropertyName="validationOptions")]
public Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions ValidationOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validationOptions")>]
member this.ValidationOptions : Microsoft.Azure.Management.DataMigration.Models.MigrationValidationOptions with get, set
Public Property ValidationOptions As MigrationValidationOptions
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute