Partager via


Méthode TSqlModel.Validate

Validates the model and returns a list of messages with any errors/warnings.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Function Validate As IList(Of DacModelMessage)
'Utilisation
Dim instance As TSqlModel 
Dim returnValue As IList(Of DacModelMessage)

returnValue = instance.Validate()
public IList<DacModelMessage> Validate()
public:
IList<DacModelMessage^>^ Validate()
member Validate : unit -> IList<DacModelMessage> 
public function Validate() : IList<DacModelMessage>

Valeur de retour

Type : System.Collections.Generic.IList<DacModelMessage>
The model and returns a list of messages with any errors/warnings.

Voir aussi

Référence

TSqlModel Classe

Espace de noms Microsoft.SqlServer.Dac.Model