TSqlModel.CheckVersionCompatibility 메서드

정의

모델의 유효성을 검사하여 대상 버전의 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

모델 검사를 취소하는 데 사용되는 토큰입니다.

반품

적용 대상