TSqlModel.Validate Method

Definition

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)

Returns

Applies to