ModelTranslatorCompatibilityLevel 열거형
모델 변환기의 호환성 수준을 열거합니다.
네임스페이스: Microsoft.Data.Schema.SchemaModel.Translation
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public Enumeration ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel
public enum class ModelTranslatorCompatibilityLevel
type ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel
멤버
멤버 이름 | 설명 | |
---|---|---|
Upgrade | 변환 시 소스 스키마가 상위 수준 대상 스키마로 업그레이드됩니다. | |
Downgrade | 변환 시 소스 스키마 모델이 하위 수준 대상 스키마 모델로 다운그레이드됩니다. | |
Migrate | 변환 시 대상 스키마에서 소스 스키마가 다시 만들어집니다. |