TSqlModel.CheckVersionCompatibility 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모델의 유효성을 검사하여 대상 버전의 SQL Server 또는 Azure SQL Database 호환되지 않는 요소가 포함되어 있는지 확인하고 오류 또는 경고를 반환합니다.
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.DacModelError> CheckVersionCompatibility(Microsoft.SqlServer.Dac.Model.SqlServerVersion targetVersion, System.Threading.CancellationToken cancelToken);
member this.CheckVersionCompatibility : Microsoft.SqlServer.Dac.Model.SqlServerVersion * System.Threading.CancellationToken -> seq<Microsoft.SqlServer.Dac.Model.DacModelError>
Public Function CheckVersionCompatibility (targetVersion As SqlServerVersion, cancelToken As CancellationToken) As IEnumerable(Of DacModelError)
매개 변수
- targetVersion
- SqlServerVersion
내보내기의 대상 sql 버전
- cancelToken
- CancellationToken
모델 검사를 취소하는 데 사용되는 토큰입니다.