Share via


TSqlModel.Validate 메서드

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.

참고 항목

참조

TSqlModel 클래스

Microsoft.SqlServer.Dac.Model 네임스페이스