MigrationValidationOptions.EnableDataIntegrityValidation 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 allows to perform a checksum based data integrity validation between source and target for the selected database / tables .
[Newtonsoft.Json.JsonProperty(PropertyName="enableDataIntegrityValidation")]
public bool? EnableDataIntegrityValidation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableDataIntegrityValidation")>]
member this.EnableDataIntegrityValidation : Nullable<bool> with get, set
Public Property EnableDataIntegrityValidation As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute