Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the model and returns a list of messages with any errors/warnings.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function Validate As IList(Of DacModelMessage)
'Usage
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>
Return Value
Type: System.Collections.Generic.IList<DacModelMessage>
The model and returns a list of messages with any errors/warnings.