ModelingTextTransformation.SkipValidation 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.
Causes the ValidateStore method to become a no-op
protected bool SkipValidation { get; set; }
member this.SkipValidation : bool with get, set
Protected Property SkipValidation As Boolean
Property Value
Remarks
Useful to allow highly specialized transformations to control the time at which validation is done.