Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |