Validates the model and returns a list of messages with any errors/warnings.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Function Validate As IList(Of DacModelMessage)
用法
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>
返回值
类型:System.Collections.Generic.IList<DacModelMessage>
The model and returns a list of messages with any errors/warnings.