TSqlModel.Validate-Methode
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>
Rückgabewert
Typ: System.Collections.Generic.IList<DacModelMessage>
The model and returns a list of messages with any errors/warnings.