TSqlModel.GetModelErrors 메서드

정의

모델에 있는 모든 DacModelErrors를 반환합니다.

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.DacModelError> GetModelErrors();
member this.GetModelErrors : unit -> seq<Microsoft.SqlServer.Dac.Model.DacModelError>
Public Function GetModelErrors () As IEnumerable(Of DacModelError)

반품

예외

통신이 실패하는 Microsoft.SqlServer.Dac.Model.TSqlObjectService 경우

설명

false로 ThrowOnModelErrors 설정된 모델을 로드하여 모델 오류를 검색합니다. 모델 오류에 대한 자세한 내용은 참조 ThrowOnModelErrors 하세요.

적용 대상