Método TSqlModel.Validate
Validates the model and returns a list of messages with any errors/warnings.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Function Validate As IList(Of DacModelMessage)
'Uso
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>
Valor de retorno
Tipo: System.Collections.Generic.IList<DacModelMessage>
The model and returns a list of messages with any errors/warnings.