ModelTranslatorCompatibilityLevel Enumeration
Enumerates the levels of compatibility for a model translator.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Enumeration ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel
public enum class ModelTranslatorCompatibilityLevel
type ModelTranslatorCompatibilityLevel
public enum ModelTranslatorCompatibilityLevel
Members
Member name | Description | |
---|---|---|
Upgrade | The translation upgrades the source schema to a higher-level target schema. | |
Downgrade | The translation reduces the source schema model to a lower-level target schema model. | |
Migrate | The translation recreates the source schema in the target schema. |