TSqlModel.Validate Method
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.
Validates the model and returns a list of messages with any errors/warnings.
public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.DacModelMessage> Validate ();
member this.Validate : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Model.DacModelMessage>
Public Function Validate () As IList(Of DacModelMessage)