Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.